Browse Source

修改优化

gzb
guozhongbo 1 year ago
parent
commit
af4c630102
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      src/views/school/index.vue
  2. 1
    1
      src/views/service/index.vue

+ 1
- 1
src/views/school/index.vue View File

286
                       this.$refs["reForm"].resetFields();
286
                       this.$refs["reForm"].resetFields();
287
                       this.revise_data = {
287
                       this.revise_data = {
288
                         show: true,
288
                         show: true,
289
-                        data: params.row
289
+                        data: JSON.parse(JSON.stringify(params.row))
290
                       };
290
                       };
291
                     }
291
                     }
292
                   }
292
                   }

+ 1
- 1
src/views/service/index.vue View File

286
                       this.$refs["reForm"].resetFields();
286
                       this.$refs["reForm"].resetFields();
287
                       this.revise_data = {
287
                       this.revise_data = {
288
                         show: true,
288
                         show: true,
289
-                        data: params.row
289
+                        data: JSON.parse(JSON.stringify(params.row))
290
                       };
290
                       };
291
                     }
291
                     }
292
                   }
292
                   }

Loading…
Cancel
Save