禅道bug修复

This commit is contained in:
马三炮 2025-07-15 09:14:02 +08:00
parent e8429d9611
commit 3ef99fc710
1 changed files with 1 additions and 0 deletions

View File

@ -207,6 +207,7 @@ export default {
// this.total = res.total // this.total = res.total
this.queryParams.userType = this.$store.state.user.userType this.queryParams.userType = this.$store.state.user.userType
this.queryParams.personId = this.$store.state.user.userData.userId this.queryParams.personId = this.$store.state.user.userData.userId
this.queryParams.proId = this.$store.state.user.thisIds.proId
getViolationPunishApprovalList(this.queryParams).then(res => { getViolationPunishApprovalList(this.queryParams).then(res => {
this.loading = false this.loading = false
this.tableList = res.rows this.tableList = res.rows