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/index.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/views/sales/salesOpportunity/index.vue b/src/views/sales/salesOpportunity/index.vue
index 8392078..26cbea2 100644
--- a/src/views/sales/salesOpportunity/index.vue
+++ b/src/views/sales/salesOpportunity/index.vue
@@ -167,7 +167,7 @@
this.search_map = {}
} else {
this.search_map = {
- [this.addConfig.id_name]: this.addConfig.client_name
+ [this.addConfig.id_name]: this.addConfig.id
}
}
this.getData(this.search_map)
@@ -349,7 +349,6 @@
// 璺熻繘
followupClick(row) {
console.log(row)
- this.editFollowupConfig.visible = true
this.editFollowupConfig.title = "鏂板缓"
this.editFollowupConfig.infomation = {
...row,
@@ -357,6 +356,8 @@
sale_chance_name: row.name,
sale_chance_id: row.id
}
+ this.editFollowupConfig.infomation.codeStandID=''
+ this.editFollowupConfig.visible = true
}
}
}
--
Gitblit v1.8.0