fix:修改 表格排序 无法取消选中的问题

This commit is contained in:
zhangyu
2022-03-03 17:35:42 +08:00
parent eb9f84dda7
commit 5e8964932f
18 changed files with 36 additions and 0 deletions

View File

@@ -293,6 +293,8 @@ export default {
}
if (this.orderBy) {
this.$set(this.searchLabel, 'orderBy', this.orderBy)
} else {
delete this.searchLabel.orderBy
}
this.$set(this.searchLabel, 'pageNo', this.pageObj.pageNo)
this.$set(this.searchLabel, 'pageSize', this.pageObj.pageSize)