From e9b23a3ae8f2890b5178cbe002c49cd6d9303226 Mon Sep 17 00:00:00 2001 From: linfso Date: Wed, 9 Oct 2024 13:09:07 +0800 Subject: [PATCH] md --- src/components/XdTable/index2.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/XdTable/index2.vue b/src/components/XdTable/index2.vue index 5eab5091..f5c890b3 100644 --- a/src/components/XdTable/index2.vue +++ b/src/components/XdTable/index2.vue @@ -899,7 +899,7 @@ export default { if(currentRow!=-1 && currentRow!=item.row){ // 去除末尾的\t selStr=this.trimTabChar(selStr,'\t',''); - selStr=selStr.trim(); + // selStr=selStr.trim(); selStr=selStr+"\n"; } @@ -915,9 +915,6 @@ export default { selStr=this.trimTabChar(selStr,'\t',''); // // console.log("=selStr==>",selStr); - // 去除两端空格 - // selStr=selStr.trim(); - this.currentSelectStr=selStr; }