|
@@ -342,11 +342,9 @@
|
|
"auditingStatus": this.active,
|
|
"auditingStatus": this.active,
|
|
};
|
|
};
|
|
let res = await this.$http.post('/sysAmountAuditing/queryAppPage', data);
|
|
let res = await this.$http.post('/sysAmountAuditing/queryAppPage', data);
|
|
-
|
|
|
|
- let content = [];
|
|
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
if (res.data.content.length > 0) {
|
|
if (res.data.content.length > 0) {
|
|
- content = res.data.content;
|
|
|
|
|
|
+ this.list = res.data.content;
|
|
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|