@@ -1398,7 +1398,8 @@
// let index = this.form.datasource.findIndex((n) => n.key == row.key);
// if (index !== -1) {
// this.form.datasource.splice(index, 1);
- // this.setSort();
+ this.setSort();
+ this.changeAll();
// }
},
// 清空表格