|
|
@@ -182,6 +182,10 @@
|
|
|
this.type=2
|
|
|
this.$message.success(`${info.file.name} 文件上传成功`);
|
|
|
} else {
|
|
|
+ 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)
|