| | |
| | | }, |
| | | 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) |
| | | } |
| | |
| | | } else if (reportType == 6) { |
| | | this.$u.func.globalNavigator(`schoolReportDetail?id=${id}`) |
| | | } else { |
| | | |
| | | this.$u.func.globalNavigator(`checkReform?id=${id}`) |
| | | } |
| | | }, |