From 9e7ed81d5fcfdc1489fc8a08edf5fe826dfe5fdc Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 25 五月 2026 16:54:43 +0800
Subject: [PATCH] 宝东 1.协同审批部门选择筛选去掉

---
 src/views/basicData/customerFile/index.vue |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/src/views/basicData/customerFile/index.vue b/src/views/basicData/customerFile/index.vue
index c798db1..42e3ec7 100644
--- a/src/views/basicData/customerFile/index.vue
+++ b/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();

--
Gitblit v1.9.3