diff --git a/src/views/violationManagenment/violation/violationApprovalList.vue b/src/views/violationManagenment/violation/violationApprovalList.vue index aeaac80..ae101e4 100644 --- a/src/views/violationManagenment/violation/violationApprovalList.vue +++ b/src/views/violationManagenment/violation/violationApprovalList.vue @@ -207,6 +207,7 @@ export default { // this.total = res.total this.queryParams.userType = this.$store.state.user.userType this.queryParams.personId = this.$store.state.user.userData.userId + this.queryParams.proId = this.$store.state.user.thisIds.proId getViolationPunishApprovalList(this.queryParams).then(res => { this.loading = false this.tableList = res.rows