From 1c080c85c71702276e5b40aacde190b0a7d23013 Mon Sep 17 00:00:00 2001 From: yujiacong <1016029365@qq.com> Date: Fri, 25 Jul 2025 18:43:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=9F=E8=B4=A3=E4=BA=BA=E7=AE=A1=E7=90=86?= =?UTF-8?q?=20-=20=E4=BF=AE=E6=94=B9=E5=88=9D=E5=A7=8B=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/ResponsiblePersonManagement.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/views/system/ResponsiblePersonManagement.vue b/src/views/system/ResponsiblePersonManagement.vue index 63128c9..aa0d50b 100644 --- a/src/views/system/ResponsiblePersonManagement.vue +++ b/src/views/system/ResponsiblePersonManagement.vue @@ -158,13 +158,11 @@ export default { loading: false, }); const addFormData = reactive({ - partitionId: null, + partitionId: undefined, regionIds: [], name: "", adminId: "", id: "", - adminName:'', - partitionDesc: "", }); const addDialog = ref(false); const adminCountryArr = ref([]); @@ -222,7 +220,7 @@ export default { }; const resetAddFormData = () => { Object.assign(addFormData, { - partitionId: null, + partitionId: undefined, regionId: [], name: "", adminId: "",