Browse Source

bug修改

mengy 3 years ago
parent
commit
bd8b36d8bc

+ 5 - 5
shanXiPlatform/src/views/systemManagement/userManagement/approverManagement/index.vue

@@ -59,9 +59,9 @@ export default {
59
             //库id
59
             //库id
60
             depotId: 1,
60
             depotId: 1,
61
             roleArr: [],
61
             roleArr: [],
62
-            //33--主管科长   35---分管副总经理   34---总经理  54--分公司主管
62
+            //33--主管科长   35---分管副总经理   34---总经理  37--分公司主管
63
             //角色id
63
             //角色id
64
-            rolesId: "33,34,35,54",
64
+            rolesId: "33,34,35,37",
65
             //初始化审批人下拉选
65
             //初始化审批人下拉选
66
             approverSelect: [],
66
             approverSelect: [],
67
             // 表格数据初始化
67
             // 表格数据初始化
@@ -539,7 +539,7 @@ export default {
539
                             } else if (
539
                             } else if (
540
                                 item.title.indexOf("分公司主管处室") != -1
540
                                 item.title.indexOf("分公司主管处室") != -1
541
                             ) {
541
                             ) {
542
-                                this.$set(item, "approverSelect", res.data[54])
542
+                                this.$set(item, "approverSelect", res.data[37])
543
                             }
543
                             }
544
                         })
544
                         })
545
                     }
545
                     }
@@ -553,9 +553,9 @@ export default {
553
             if (this.type == "tf") {
553
             if (this.type == "tf") {
554
                 this.tableData = this.meVentilation
554
                 this.tableData = this.meVentilation
555
             } else if (this.type == "xzjh") {
555
             } else if (this.type == "xzjh") {
556
-                this.tableData = this.fumigation
556
+                // this.tableData = this.fumigation
557
             } else if (this.type == "xzsq") {
557
             } else if (this.type == "xzsq") {
558
-                this.tableData = this.fumigation1
558
+                // this.tableData = this.fumigation1
559
             } else if (this.type == "yjcg") {
559
             } else if (this.type == "yjcg") {
560
                 this.tableData = this.drugPurchase
560
                 this.tableData = this.drugPurchase
561
             } else if (this.type == "yjly") {
561
             } else if (this.type == "yjly") {