From bc54f5be2e1d5ab26cbdc254cd390ce43fbd1140 Mon Sep 17 00:00:00 2001 From: zhouhy Date: Fri, 20 Oct 2023 08:44:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E5=8D=95=E5=85=83=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../base/qualityInspectionItem/index.vue | 14 +++++-------- src/views/base/workUnit/index.vue | 21 +++++++++---------- 2 files changed, 15 insertions(+), 20 deletions(-) diff --git a/src/views/base/qualityInspectionItem/index.vue b/src/views/base/qualityInspectionItem/index.vue index f160440..7cab936 100644 --- a/src/views/base/qualityInspectionItem/index.vue +++ b/src/views/base/qualityInspectionItem/index.vue @@ -181,7 +181,7 @@ {{dict.label}} @@ -190,7 +190,7 @@ {{dict.label}} @@ -309,11 +309,11 @@ export default { qualityDefectCode: null, qualityDefectName: null, parentId: null, - materialCategories: null, - materialSubclass: null, + materialCategories: 0, + materialSubclass: 0, plantCode: null, remark: null, - isFlag: null, + isFlag: 0, createdBy: null, createdTime: null, updatedBy: null, @@ -340,10 +340,6 @@ export default { /** 新增按钮操作 */ handleAdd() { this.reset(); - this.form.parentId = 0; - this.form.materialCategories = 0; - this.form.materialSubclass = 0; - this.form.isFlag = 0; this.open = true; this.title = "添加质检项信息维护"; }, diff --git a/src/views/base/workUnit/index.vue b/src/views/base/workUnit/index.vue index da1d11e..99915f4 100644 --- a/src/views/base/workUnit/index.vue +++ b/src/views/base/workUnit/index.vue @@ -72,11 +72,11 @@ :tree-props="{children: 'children', hasChildren: 'hasChildren'}" > - + - +