zhujindu 8 månader sedan
förälder
incheckning
71a8411713
1 ändrade filer med 5 tillägg och 5 borttagningar
  1. 5 5
      src/views/info/infoHistorVisit.vue

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

@@ -207,7 +207,7 @@ export default {
       companyName: '全部公司',
       deptName: '全部销售部',
       regionName: '全部大区',
-      userName: '全部',
+      userName: '全部拜访人',
       companyCode: '',
       deptCode: '',
       regionCode: '',
@@ -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);
           }
         }
       });