|
@ -116,7 +116,7 @@ export default { |
|
|
this.$http.post('/governance/userdemand/pagelist', { |
|
|
this.$http.post('/governance/userdemand/pagelist', { |
|
|
categoryCode: this.categoryCode, |
|
|
categoryCode: this.categoryCode, |
|
|
level: 1, |
|
|
level: 1, |
|
|
undoneStatus: 'undone', |
|
|
undoneStauts: 'undone', |
|
|
pageNo: this.queryParams.pageNo |
|
|
pageNo: this.queryParams.pageNo |
|
|
}).then(res => { |
|
|
}).then(res => { |
|
|
this.loading = false |
|
|
this.loading = false |
|
|