admin/src/views/workorder/components/OperaYwWorkorderWindow.vue
@@ -156,6 +156,7 @@ methods: { open(title, target) { this.title = title this.fileList = [] this.visible = true this.getProject() this.getCate() @@ -201,6 +202,7 @@ } // 编辑 this.$nextTick(() => { this.$refs.form.resetFields() for (const key in this.form) { this.form[key] = target[key] }