Browse Source

fix: TagSelect checkAll

kokoroli 6 năm trước cách đây
mục cha
commit
93f098ed55
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/components/TagSelect/index.jsx

+ 1 - 0
src/components/TagSelect/index.jsx

@@ -54,6 +54,7 @@ export default {
       Object.keys(this.items).forEach(v => {
         this.items[v] = checked.checked
       })
+      this.localCheckAll = checked.checked
     },
     getItemsKey (items) {
       const totalItem = {}