zhujindu 8 ماه پیش
والد
کامیت
e4898b78c4
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 4 4
      src/views/info/infoHistorVisit.vue

+ 4 - 4
src/views/info/infoHistorVisit.vue

@@ -420,7 +420,7 @@ export default {
       this.regionCode = '';
       this.deptName = '全部销售部';
       this.deptCode = '';
-      this.userName = '全部业务员';
+      this.userName = '全部';
       this.userCode = '';
       this.getDeptInfo('dept', 1);
     },
@@ -433,7 +433,7 @@ export default {
       }
       this.deptName = '全部销售部';
       this.deptCode = '';
-      this.userName = '全部业务员';
+      this.userName = '全部';
       this.userCode = '';
       this.userList = [];
     },
@@ -444,7 +444,7 @@ export default {
       if (val.deptId != '') {
         this.getDeptInfo('user');
       }
-      this.userName = '全部业务员';
+      this.userName = '全部';
       this.userCode = '';
     },
     onStaffConfirm(val) {
@@ -500,7 +500,7 @@ export default {
           callback && callback();
         } else if (type == 'user') {
           if (res.data.user != null) {
-            this.userList = [{ nickName: '全部业务员', userId: '' }].concat(res.data.user);
+            this.userList = [{ nickName: '全部', userId: '' }].concat(res.data.user);
           }
         }
       });