禅道bug修复
This commit is contained in:
parent
e8429d9611
commit
3ef99fc710
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue