|
@@ -330,6 +330,11 @@ export default {
|
|
|
|
|
|
handleUpdate(row) {
|
|
|
this.dataForm = Object.assign({}, row);
|
|
|
+ if (this.dataForm.type == 33) {
|
|
|
+ this.typeVisible = true;
|
|
|
+ } else {
|
|
|
+ this.typeVisible = false;
|
|
|
+ }
|
|
|
this.dialogStatus = "update";
|
|
|
this.dialogFormVisible = true;
|
|
|
this.$nextTick(() => {
|