Explorar o código

fix: TagSelect checkAll

kokoroli %!s(int64=6) %!d(string=hai) anos
pai
achega
93f098ed55
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 = {}