diff --git a/src/components/XdTable/index.vue b/src/components/XdTable/index.vue index 374caea1..b5faec46 100644 --- a/src/components/XdTable/index.vue +++ b/src/components/XdTable/index.vue @@ -877,7 +877,7 @@ export default { clearBatchSelect(){ this.multipleSelection=[]; this.currentSelectStr=null; - this.clearClipboard(); + // this.clearClipboard(); }, // 鼠标框选---------- //当批量选中结束调用