zhaoke 2 năm trước cách đây
mục cha
commit
649d93eccc
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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,