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 @@ - +