-
+
+
{{ file.oldFileName }}
diff --git a/src/pages/policyRegulation/policyTopics/components/editDrawer.vue b/src/pages/policyRegulation/policyTopics/components/editDrawer.vue
index 2a1cce572..d9fc20f35 100644
--- a/src/pages/policyRegulation/policyTopics/components/editDrawer.vue
+++ b/src/pages/policyRegulation/policyTopics/components/editDrawer.vue
@@ -165,9 +165,9 @@
@@ -442,7 +442,7 @@ export default {
// 课题组资料
researchPlan: '',
researchFindings: '',
- other: '',
+ researchGroupOther: '',
conferenceMaterials: '',
// 课题组联系方式
topicContactInformationList: [
@@ -498,6 +498,15 @@ export default {
showDrawer (val) {
if (this.title === '编辑') {
this.form = { ...this.editForm }
+ if (this.editForm.meetingList.length < 1) {
+ this.form.meetingList = JSON.parse(JSON.stringify(this.initForm.meetingList))
+ }
+ if (this.editForm.topicContactInformationList.length < 1) {
+ this.form.topicContactInformationList = JSON.parse(JSON.stringify(this.initForm.topicContactInformationList))
+ }
+ if (this.editForm.insideContactInformationList.length < 1) {
+ this.form.insideContactInformationList = JSON.parse(JSON.stringify(this.initForm.insideContactInformationList))
+ }
} else {
this.resetForm()
}
diff --git a/src/pages/processCenter/pages/creatProcess/policyTopicEnrollment/components/ResearchGroupMaterials.vue b/src/pages/processCenter/pages/creatProcess/policyTopicEnrollment/components/ResearchGroupMaterials.vue
index 3843ced4f..f66b260fe 100644
--- a/src/pages/processCenter/pages/creatProcess/policyTopicEnrollment/components/ResearchGroupMaterials.vue
+++ b/src/pages/processCenter/pages/creatProcess/policyTopicEnrollment/components/ResearchGroupMaterials.vue
@@ -20,9 +20,9 @@