Lou
2024-02-03 2d95e769f7dcdc30e2ba699d6674820787b5e5fb
subPackage/workbench/views/audit.vue
@@ -192,11 +192,18 @@
         },
         navTo(id, reportType, status, type) {
            if (status == 4) {
               if (uni.getStorageSync("activeRole").roleName == "民警") {
               if (reportType == 8) {
                  this.navToDetail(reportType, id, type)
               } else {
                  this.navToEdit(reportType, id, type);
                  if (uni.getStorageSync("activeRole").roleName == "民警") {
                     this.navToDetail(reportType, id, type)
                  } else {
                     this.navToEdit(reportType, id, type);
                  }
               }
            } else {
               this.navToDetail(reportType, id, type)
            }
@@ -224,6 +231,7 @@
            } else if (reportType == 6) {
               this.$u.func.globalNavigator(`schoolReportDetail?id=${id}`)
            } else {
               this.$u.func.globalNavigator(`checkReform?id=${id}`)
            }
         },