zhaoke hace 2 años
padre
commit
649d93eccc
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/components/organization/index.vue

+ 2 - 2
src/components/organization/index.vue

@@ -192,9 +192,9 @@ export default {
     },
     checkedKeysDuo: {
       handler(val) {
-        this.$refs.tree.setCheckedKeys([]);
+        this.$refs.treeDuo.setCheckedKeys([]);
         setTimeout(() => {
-          this.$refs.tree.setCheckedKeys(val);
+          this.$refs.treeDuo.setCheckedKeys(val);
         }, 20);
       },
       deep: true,