This commit is contained in:
xiaozhiyong
2023-02-21 17:20:11 +08:00
parent 526c1e9e4c
commit e27c49a6b9
7 changed files with 15 additions and 13 deletions

View File

@@ -349,7 +349,7 @@ export default {
},
//table list
getByPage() {
// this.parameter.params.companyAccountType = "4";
this.parameter.params["companyAccountType"] = "4";
serve.getByPage(this.parameter).then((res) => {
this.tableData = res.data.list;
this.parameter.total = res.data.totalCount;