From 1a0e437bd073d428e276a804c6846e409d92a99e Mon Sep 17 00:00:00 2001
From: charles <981744753@qq.com>
Date: 星期四, 18 七月 2024 23:45:56 +0800
Subject: [PATCH] fix:与aps共享token
---
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