From b675af4f2956cf6792cfe2bae2bcaa2c7814d8c0 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期四, 03 八月 2023 17:52:22 +0800
Subject: [PATCH] 主数据如果未选择数据进行导出则是全导出

---
 Source/UBCS-WEB/src/components/Master/MasterTransfer.vue |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/Source/UBCS-WEB/src/components/Master/MasterTransfer.vue b/Source/UBCS-WEB/src/components/Master/MasterTransfer.vue
index b876bab..8d79684 100644
--- a/Source/UBCS-WEB/src/components/Master/MasterTransfer.vue
+++ b/Source/UBCS-WEB/src/components/Master/MasterTransfer.vue
@@ -133,7 +133,14 @@
         })
         if(this.radio === 0){
           if(this.selectRow.length<=0){
-            this.$message.warning('璇烽�夋嫨瑕佸鍑虹殑妯℃澘')
+            this.ids=this.tableData.map(item => item.oid).join(',')
+            exportCode({codeClassifyOid:this.codeClassifyOid,...this.exportArr,limit:-1}).then(res=>{
+              // console.log('res',res)
+              if(res){
+                func.downloadFileByBlob(res);
+                this.escHandler()
+              }
+            })
           }else {
             //宸查�夋嫨澶氶��
             const selectList=[]

--
Gitblit v1.9.3