|
|
@@ -255,6 +255,10 @@
|
|
|
this.$message.error(info.file.response.message);
|
|
|
return
|
|
|
}
|
|
|
+ if(info.file.response.message=="文件导入失败:请先配置支付类型"){
|
|
|
+ this.$message.error(info.file.response.message);
|
|
|
+ return
|
|
|
+ }
|
|
|
this.type=1
|
|
|
this.dataError=info.file.response.message
|
|
|
console.log(this.dataError)
|