From 7bf774b4a61306c9af035f7beebf99a1899cf8d1 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Tue, 28 Jun 2022 15:15:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=94=E5=BB=BA=E6=B4=BB=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/communityParty/regionalParty/activitys.vue | 3 ++- .../modules/communityParty/regionalParty/activitysForm.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/modules/communityParty/regionalParty/activitys.vue b/src/views/modules/communityParty/regionalParty/activitys.vue index 7f14586d..75a4d178 100644 --- a/src/views/modules/communityParty/regionalParty/activitys.vue +++ b/src/views/modules/communityParty/regionalParty/activitys.vue @@ -223,7 +223,6 @@ :close-on-click-modal="false" :close-on-press-escape="false" :title="formTitle" - :destroy-on-close="true" width="950px" top="5vh" class="dialog-h" @@ -429,6 +428,7 @@ export default { diaClose () { + this.$refs.ref_form.resetData() this.formShow = false }, @@ -449,6 +449,7 @@ export default { handleAdd () { this.formTitle = '新增' + this.formShow = true this.$nextTick(() => { this.$refs.ref_form.initForm('add', null) diff --git a/src/views/modules/communityParty/regionalParty/activitysForm.vue b/src/views/modules/communityParty/regionalParty/activitysForm.vue index fdbeb30a..efd2c776 100644 --- a/src/views/modules/communityParty/regionalParty/activitysForm.vue +++ b/src/views/modules/communityParty/regionalParty/activitysForm.vue @@ -258,7 +258,7 @@ export default { latitude: 120.38945519 //纬度 }, serviceList: [], - gridList: [], + // gridList: [], agencyId: '' }