美国文档拆分数据丢失问题处理
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user