浏览代码

门店拜访任务列表访问速度优化

zhujindu 6 月之前
父节点
当前提交
dbbcc10dea
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/views/signApproval/index.vue

+ 3 - 0
src/views/signApproval/index.vue

@@ -228,6 +228,9 @@ export default {
   created() {
     // userDeptLevel用户部门等级字段,0-总部,1-公司,2-大区,3-销售部,4-业务员
     this.userDeptLevel = localStorage.getItem('userDeptLevel');
+    if (this.userDeptLevel == '4') {
+      this.isHandle = '2';
+    }
     this.radio = [];
     getStoreTypeList({}).then((res) => {
       this.storeTypeList = res.data;