hsy
8 小时以前 2d1f939e91679509b920e5b535849fe181b578e2
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;