Browse Source

bugfix: 修复不能取消的bug

feature/unlimited-reply
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);
if (rows) {
rows.forEach(row => {
this.$refs.multipleTable.toggleRowSelection(row, true);
this.$refs.multipleTable.toggleRowSelection(row);
});
} else {
this.$refs.multipleTable.clearSelection();

Loading…
Cancel
Save