From 3ef99fc71055cdc6bcadc8672b947e851ebc70ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E7=82=AE?= <15856818120@163.com> Date: Tue, 15 Jul 2025 09:14:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=85=E9=81=93bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../violationManagenment/violation/violationApprovalList.vue | 1 + 1 file changed, 1 insertion(+) 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