This commit is contained in:
shijingjing
2022-03-04 13:48:14 +08:00
parent 7c47b51399
commit f489d424bd
3 changed files with 3 additions and 7 deletions

View File

@@ -74,8 +74,7 @@ export default {
getList() {
this.$http.post('/app/appvillagerintegraldeclare/list',null,{
params: {
current: 1,
size: 10,
current: this.current,
description : this.keyword,
applyIntegralType: this.applyIntegralType,
auditType: this.tabIndex== 0 ? "" : this.tabIndex == 1 ? 0 : 1