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: "",