@@ -265,7 +265,8 @@ export default {
this.handleClose();
} else {
// 清空选择但不关闭弹窗
- this.clearSelections();
+ this.clearSelections(); // 清空选择但不关闭弹窗
+
}
});
},
@@ -1493,7 +1493,7 @@
<tree-copy-modal
ref="treeCopyModal"
:source-id="id"
-
+ :default-expanded-keys="defaultExpandedKeys"
:user-info="userInfo"
@close="handleModalClose"
@link="handleLinkNodes"