2026-06-08 b6da9b9d7af27c9d730c36bdbf262e619f7eb133
src/views/basicData/customerFileOpenSea/index.vue
@@ -1033,6 +1033,7 @@
  const openForm = (type, row) => {
    operationType.value = type;
    form.value = {};
    form.value.maintainer = userStore.nickName;
    formYYs.value.contactList = [
      {
        contactPerson: "",
@@ -1040,6 +1041,8 @@
        contactPosition: "",
      },
    ];
    form.value.maintenanceTime = getCurrentDate();
    form.value.type = 1;
    userListNoPage().then(res => {
      userList.value = res.data;
    });