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