zhaoke il y a 2 ans
Parent
commit
649d93eccc
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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,