@@ -367,6 +367,7 @@ export default {
}).then(() => {
this.getList();
this.msgSuccess("删除成功");
+ rows.splice(index1, 1)
})
} else {
rows.splice(index1, 1)
@@ -381,10 +382,6 @@ export default {
this.loading = false;
});
},
- // 检验唯一
- testFno(){
- alert(1);
- },
// 取消按钮
cancel() {
this.open = false;