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=[]