美国文档拆分数据丢失问题处理

This commit is contained in:
wangchengjun
2022-04-12 10:23:46 +08:00
parent 2b437b436f
commit 93b43e6204
2 changed files with 48 additions and 65 deletions
@@ -85,7 +85,7 @@
data(){
return{
visible:false,
fileGroup:undefined,
fileGroup:'',
tableSource:[], //列表数据
selectedRowKeys:[],
queryParams:{
@@ -198,7 +198,6 @@
},
//拆分
submitSplit(){
debugger
if(this.fileGroup.length == 0||this.fileGroup==undefined){
this.$message.warning(this.$t('selectFileType'))
}else if(this.rows&&this.rows.length>1){