fix: BUG修改
This commit is contained in:
parent
60c49bdb57
commit
64ceaad4db
@ -295,9 +295,13 @@ export default {
|
|||||||
},
|
},
|
||||||
//获取列表数据
|
//获取列表数据
|
||||||
getListData() {
|
getListData() {
|
||||||
let data = this.treeSelectData;
|
let requestData = {
|
||||||
let sn = this.$store.state.userInfo.sn;
|
headquartersSn: this.$store.state.userInfo.headquartersSn,
|
||||||
getUserAuditListApi({ sn: sn, accountType: 2 }).then((res) => {
|
pageNo:this.pageNo,
|
||||||
|
pageSize: this.pageSize,
|
||||||
|
accountType: 2
|
||||||
|
}
|
||||||
|
getUserAuditListApi(requestData).then((res) => {
|
||||||
this.userAuditList = res.result.records;
|
this.userAuditList = res.result.records;
|
||||||
this.total = res.result.total;
|
this.total = res.result.total;
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user