|
@@ -200,11 +200,11 @@ export default {
|
|
|
data.append('file', param.raw)
|
|
|
uploadFile(data).then(res=>{
|
|
|
if(res.status == "SUCCESS" && res.data.length>0){
|
|
|
- this.msgSuccess('充值文件上传成功')
|
|
|
+ this.msgSuccess('充值文件上传成功,部分用户充值成功')
|
|
|
this.errList = res.data
|
|
|
this.open = true
|
|
|
- }else if(res.status == "SUCCESS"){
|
|
|
- this.msgSuccess('充值文件上传成功')
|
|
|
+ }else if(res.status == "SUCCESS" && res.data.length == "0"){
|
|
|
+ this.msgSuccess('充值文件上传成功,文件用户均已充值完成')
|
|
|
}else{
|
|
|
|
|
|
}
|