|
@@ -52,6 +52,7 @@ export default {
|
|
i.disabled = i.type == 2 ? false : true;
|
|
i.disabled = i.type == 2 ? false : true;
|
|
return i;
|
|
return i;
|
|
});
|
|
});
|
|
|
|
+ console.log(array,'value')
|
|
this.value = value;
|
|
this.value = value;
|
|
this.dialogVisible = true;
|
|
this.dialogVisible = true;
|
|
},
|
|
},
|