perf: 修改 labels 关联

This commit is contained in:
ibuler
2023-12-18 17:55:46 +08:00
committed by 老广
parent f10e31bd60
commit 5cefbbfb51
4 changed files with 20 additions and 7 deletions

View File

@@ -383,7 +383,7 @@ export default {
if (Array.isArray(resData) && resData.length) {
this.asyncDataList = resData
this.notSelectDataList = resData
this.initData(true)
this.initData(false)
this.isLastPage = resData.length < this.pageSize
} else {
this.notSelectDataList = []