gaoluyang
9 天以前 191410459f20eb64a1ede22b926c6cfed744b21b
宝东
1.代码合并
已修改2个文件
15 ■■■■ 文件已修改
src/views/basicData/customerFile/index.vue 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/basicData/customerFileOpenSea/index.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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,14 +958,9 @@
      .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();
      });
      proxy.$modal.msgSuccess("提交成功");
      closeDia();
      getList();
    });
  };
  // 提交修改
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;
    });