diff --git a/src/views/modules/communityParty/regionalParty/activitys.vue b/src/views/modules/communityParty/regionalParty/activitys.vue index fccc7806..7f14586d 100644 --- a/src/views/modules/communityParty/regionalParty/activitys.vue +++ b/src/views/modules/communityParty/regionalParty/activitys.vue @@ -223,6 +223,7 @@ :close-on-click-modal="false" :close-on-press-escape="false" :title="formTitle" + :destroy-on-close="true" width="950px" top="5vh" class="dialog-h" diff --git a/src/views/modules/communityParty/regionalParty/units.vue b/src/views/modules/communityParty/regionalParty/units.vue index 9c6d5b6b..e01609a0 100644 --- a/src/views/modules/communityParty/regionalParty/units.vue +++ b/src/views/modules/communityParty/regionalParty/units.vue @@ -235,6 +235,7 @@ :close-on-click-modal="false" :close-on-press-escape="false" :title="formTitle" + :destroy-on-close="true" width="950px" top="5vh" class="dialog-h"