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