From dbab45ef6e56c32ca3b2d286ec5cb7ed0c86bfea Mon Sep 17 00:00:00 2001
From: charles <981744753@qq.com>
Date: 星期四, 18 七月 2024 21:57:21 +0800
Subject: [PATCH] feat:实现crm与aps共用token
---
src/views/sales/salesOpportunity/AddSalesOpportunityDialog.vue | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/src/views/sales/salesOpportunity/AddSalesOpportunityDialog.vue b/src/views/sales/salesOpportunity/AddSalesOpportunityDialog.vue
index b9a4fec..31c73aa 100644
--- a/src/views/sales/salesOpportunity/AddSalesOpportunityDialog.vue
+++ b/src/views/sales/salesOpportunity/AddSalesOpportunityDialog.vue
@@ -1024,14 +1024,6 @@
},
// 鏂板鏂瑰紡淇敼
getSelectArray(val, index) {
- // if (val.length > 0) {
- // val.map((item, index) => {
- // item.productId = this.tableData.length + index + 1
- // })
- // }
- // this.tableData = this.tableData.concat(val)
- // this.productTableList.tableData = this.tableData
- // this.showSummary.show = true
if (this.tableData.length == 1 && this.tableData[0].number.length == 0) {
this.tableData = []
}
--
Gitblit v1.8.0