Эх сурвалжийг харах

feature(订单管理系统):
1、跟进记录数据字典的类型更改

niezch 2 жил өмнө
parent
commit
8fc451b824

+ 2 - 2
src/views/customer/follow.vue

@@ -3,7 +3,7 @@
  * @Date: 2022-12-15 15:38:21
 
  * @LastEditors: niezch@dashoo.cn
- * @LastEditTime: 2023-03-27 11:30:37
+ * @LastEditTime: 2023-03-28 09:36:11
  * @Description: file content
  * @FilePath: \opms_frontend\src\views\customer\follow.vue
 -->
@@ -218,7 +218,7 @@
       },
       //跟进类型
       getFollowOptions() {
-        Promise.all([this.getDicts('follow_type')])
+        Promise.all([this.getDicts('plat_follow_method')])
           .then(([targetType]) => {
             this.FollowTypeOptions = targetType.data.values || []
           })

+ 2 - 2
src/views/customer/followsell.vue

@@ -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 || []
           })