@@ -1303,6 +1303,8 @@ export default {
this.$message.error("删除失败");
throw Error("删除失败");
}
+ this.ids = [];
+ this.$refs.tableRef.clearSelection();
} catch (error) {
console.log(error);