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) }