Parcourir la source

fix: TagSelect checkAll

kokoroli il y a 6 ans
Parent
commit
93f098ed55
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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 = {}