src/views/collaborativeApproval/houseLeaseManagement/index.vue
@@ -356,6 +356,7 @@ const costList = ref([]); const form = reactive({ id: undefined, office: "", userName: "", residentStaff: "", @@ -513,6 +514,7 @@ Object.keys(form).forEach((key) => { form[key] = ""; }); form.id = undefined; form.area = undefined; form.deposit = undefined; form.rent = undefined;