fix(接口定义): 批量选择处理

This commit is contained in:
fit2-zhao 2020-12-23 19:02:31 +08:00
parent e54c956781
commit 2ae6f3ff62
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@
let arr = Array.from(this.selectRows);
// 1
if (this.selectRows.size === 1) {
this.$set(arr[0], "showMore", false);
this.$set(arr[0], "showMore", true);
} else if (this.selectRows.size === 2) {
arr.forEach(row => {
this.$set(row, "showMore", true);