fix: 修改链路部分字段名
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user