src/views/collaborativeApproval/broadbandCommunication/index.vue
@@ -255,6 +255,7 @@ const formRef = ref(); const form = reactive({ id: undefined, area: "", office: "", residentStaff: "", @@ -373,6 +374,7 @@ Object.keys(form).forEach((key) => { form[key] = ""; }); form.id = undefined; form.installFee = undefined; form.paymentCycle = undefined; form.prepaidAmount = undefined;