Commit dbc13d63 authored by 姬鋆屾's avatar 姬鋆屾

fixed:修改关闭弹窗后数据还在的问题

parent f385ffff
......@@ -65,12 +65,10 @@ export default {
}
let arr = Array.from(new Set(this.checkAllList));
this.checkAllList = arr;
console.log(this.checkAllList);
},
// 全选、取消全选
handleAllChange(selecteds) {
selecteds = selecteds.filter((v) => (v ? v : ""));
console.log(selecteds);
if (selecteds.length > 0) {
selecteds.forEach((item) => {
if (!this.checkAllList.includes(item.id)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment