瀏覽代碼

文件收集与审批刘杰权限

hujunwei 2 年之前
父節點
當前提交
d5743ca253
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/pages/main/performance/department.vue

+ 4 - 0
src/pages/main/performance/department.vue

@@ -626,6 +626,10 @@ export default {
     // 根据职位判定  科室经理7、分管副总 4 、总经理 3 、职员 9
     // 根据职位判定  科室经理7、分管副总 4 、总经理 3 、职员 9
     console.log(this.duty, "duty");
     console.log(this.duty, "duty");
     switch (this.duty) {
     switch (this.duty) {
+      // 科室副经理
+      case "8":
+        this.type = "1";
+        break;
       // 科室经理
       // 科室经理
       case "7":
       case "7":
         this.type = "1";
         this.type = "1";