Browse Source

bugfix: 修复不能取消的bug

pull/8/head
zjz1993 5 years ago
parent
commit
49946d37a1
  1. 2
      views/admin_classify.ejs

2
views/admin_classify.ejs

@ -161,7 +161,7 @@
console.log(rows); console.log(rows);
if (rows) { if (rows) {
rows.forEach(row => { rows.forEach(row => {
this.$refs.multipleTable.toggleRowSelection(row, true); this.$refs.multipleTable.toggleRowSelection(row);
}); });
} else { } else {
this.$refs.multipleTable.clearSelection(); this.$refs.multipleTable.clearSelection();

Loading…
Cancel
Save