韩国文件拆分处理
This commit is contained in:
@@ -25,8 +25,11 @@
|
||||
<a-select-option value="GSO" key="GSO">
|
||||
GSO
|
||||
</a-select-option>
|
||||
<a-select-option value="Korean" key="Korean">
|
||||
{{$t('Korea')}}
|
||||
<a-select-option value="KMVSS_Table" key="KMVSS_Table">
|
||||
{{$t('KMVSS_Table')}}
|
||||
</a-select-option>
|
||||
<a-select-option value="KMVSS_Article" key="KMVSS_Article">
|
||||
{{$t('KMVSS_Article')}}
|
||||
</a-select-option>
|
||||
<a-select-option value="US" key="US">
|
||||
{{$t('America')}}
|
||||
@@ -195,6 +198,7 @@
|
||||
},
|
||||
//拆分
|
||||
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