gaoluyang
2026-05-25 07ae01d6bff89158b60f1e24e2c1c1dfc905b2c7
src/views/basicData/customerFile/index.vue
@@ -899,6 +899,7 @@
  const openForm = (type, row) => {
    operationType.value = type;
    form.value = {};
    form.value.maintainer = userStore.nickName;
    formYYs.value.contactList = [
      {
        contactPerson: "",
@@ -957,10 +958,6 @@
      .map(item => item.contactPhone)
      .join(",");
    addCustomer(form.value).then(res => {
    form.value.contactPosition = formYYs.value.contactList
      .map(item => item.contactPosition || "")
      .join(",");
    addCustomerPrivate(form.value).then(res => {
      proxy.$modal.msgSuccess("提交成功");
      closeDia();
      getList();