|
@ -129,7 +129,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
getCommonList() { |
|
|
getCommonList() { |
|
|
this.$http.post('/governance/commonDemand/list', { |
|
|
this.$http.post('/governance/commonDemand/list', { |
|
|
categoryCode: this.categoryCode, |
|
|
parentCategoryCode: this.categoryCode, |
|
|
assignFlag: '0', |
|
|
assignFlag: '0', |
|
|
pageNo: this.queryParams.pageNo |
|
|
pageNo: this.queryParams.pageNo |
|
|
}).then(res => { |
|
|
}).then(res => { |
|
|