From 1bc992ee88cdc12fefb79681281363834ff09492 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期六, 30 三月 2024 15:06:40 +0800
Subject: [PATCH] Merge branch 'dev' of http://192.168.5.5:10010/r/web/crm-web into dev

---
 src/views/other/commonDialog/SelectCommonDialog.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/other/commonDialog/SelectCommonDialog.vue b/src/views/other/commonDialog/SelectCommonDialog.vue
index 3603f67..ab5186b 100644
--- a/src/views/other/commonDialog/SelectCommonDialog.vue
+++ b/src/views/other/commonDialog/SelectCommonDialog.vue
@@ -467,9 +467,9 @@
         pageSize: this.pagerOptions.pageSize
       }
       // 鏍规嵁鎶ヤ环鍗曟煡璇骇鍝�
-      if (this.quotationNumber) {
-        params.quotationNumber = this.quotationNumber
-      }
+      // if (this.quotationNumber) {
+      //   params.quotationNumber = this.quotationNumber
+      // }
       await getProductList(params).then((res) => {
         console.log(res.data)
         if (res.code === 200) {

--
Gitblit v1.8.0