fix: 修改链路部分字段名

This commit is contained in:
chenjinsong
2023-08-29 15:35:22 +08:00
parent c53cecad93
commit db13ef65e8
6 changed files with 2004 additions and 2004 deletions

View File

@@ -278,7 +278,7 @@ export default {
}
})
this.pageObj.total = response.data.data.total
this.isNoData = !this.tableData || this.tableData.length === 0;
this.isNoData = !this.tableData || this.tableData.length === 0
})
// TODO 回到顶部
} else {