From e1a69ef74161b5aa37b2d065522319353a9a9075 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 15 五月 2026 14:57:31 +0800
Subject: [PATCH] 天津宝东 1.代码更新

---
 src/views/salesManagement/salesQuotation/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/salesManagement/salesQuotation/index.vue b/src/views/salesManagement/salesQuotation/index.vue
index 075c19b..d283869 100644
--- a/src/views/salesManagement/salesQuotation/index.vue
+++ b/src/views/salesManagement/salesQuotation/index.vue
@@ -262,7 +262,7 @@
   deleteQuotationProduct
 } from '@/api/salesManagement/salesQuotationProduct.js'
 import {modelList, productTreeList} from "@/api/basicData/product.js";
-import {listCustomerPrivatePool} from "@/api/basicData/customerFile.js";
+// import {listCustomerPrivatePool} from "@/api/basicData/customerFile.js";
 import { userListNoPage } from "@/api/system/user.js";
 
 // 鍝嶅簲寮忔暟鎹�
@@ -353,9 +353,9 @@
   resetForm()
   dialogVisible.value = true
   getProductOptions();
-  listCustomerPrivatePool({current: -1,size:-1}).then((res) => {
-    customerOption.value = res.data.records;
-  });
+  // listCustomerPrivatePool({current: -1,size:-1}).then((res) => {
+  //   customerOption.value = res.data.records;
+  // });
 }
 const getProductOptions = () => {
 	// 杩斿洖 Promise锛屼究浜庣紪杈戞椂 await 纭繚鑳藉弽鏄�

--
Gitblit v1.9.3