Lou
2024-01-16 db8e416fec0ab844026eb7bc91d9f59a457f4e6e
subPackage/workbench/views/audit.vue
@@ -189,7 +189,11 @@
         },
         navTo(id, type, status) {
            if (status == 4) {
               this.navToEdit(type, id);
               if (uni.getStorageSync("activeRole").roleName == "民警") {
                  this.navToDetail(type, id)
               } else {
                  this.navToEdit(type, id);
               }
            } else {
               this.navToDetail(type, id)
            }