This commit is contained in:
lb
2023-09-15 15:19:39 +08:00
parent eafb0f7c2a
commit 61ca7b82cd
2 changed files with 3 additions and 3 deletions

View File

@@ -148,7 +148,7 @@ export default {
this.tableLoading = false;
if (res.code == 0) {
this.dataList = res.data;
this.dataList = res.data.list;
} else {
this.$message.error(res.msg);
}