From 506a580c9a783198512bd44a3cafa4ddbf3ca67b Mon Sep 17 00:00:00 2001 From: zeng yuneng Date: Thu, 1 Dec 2022 17:31:44 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E6=A0=87=E5=87=86=E6=B8=85=E5=8D=95?= =?UTF-8?q?=E5=8F=91=E5=B8=83-=E9=80=89=E6=8B=A9=E6=B8=85=E5=8D=95?= =?UTF-8?q?=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/processCenter/pages/creatProcess/bzqdfb/step1.vue | 2 ++ .../components/EnterpriseStandardDatabase.vue | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzqdfb/step1.vue b/src/pages/processCenter/pages/creatProcess/bzqdfb/step1.vue index 458dd3f51..090799fce 100644 --- a/src/pages/processCenter/pages/creatProcess/bzqdfb/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzqdfb/step1.vue @@ -1080,6 +1080,7 @@ export default { this.listForm.commentText = this.commentText this.listForm.fileName = this.fileInfoList this.listForm.dataList = this.dataList + this.listForm.listType = this.listType let json = Object.assign(this.listForm, this.roleForm); this.$refs["qdfbForm"].validate((valid) => { if (valid) { @@ -1517,6 +1518,7 @@ export default { this.dataList = this.listForm.dataList this.roleForm = mes.roleForm this.commentText = mes.commentText + this.listType = mes.form.listType console.log(this.listForm) }) }, diff --git a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue index 6dd3da8d9..30c7cf1af 100644 --- a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue +++ b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue @@ -1,4 +1,4 @@ - +