|
|
@@ -2,7 +2,7 @@
|
|
|
* @Author: wanglj 471442253@qq.com
|
|
|
* @Date: 2022-12-15 15:38:21
|
|
|
* @LastEditors: niezch@dashoo.cn
|
|
|
- * @LastEditTime: 2023-03-24 17:52:18
|
|
|
+ * @LastEditTime: 2023-03-28 09:36:17
|
|
|
* @Description: file content
|
|
|
* @FilePath: \opms_frontend\src\views\customer\followsell.vue
|
|
|
-->
|
|
|
@@ -209,7 +209,7 @@
|
|
|
},
|
|
|
//跟进类型
|
|
|
getFollowOptions() {
|
|
|
- Promise.all([this.getDicts('follow_type')])
|
|
|
+ Promise.all([this.getDicts('plat_follow_method')])
|
|
|
.then(([targetType]) => {
|
|
|
this.FollowTypeOptions = targetType.data.values || []
|
|
|
})
|