Commit 777132a9 authored by youjie's avatar youjie

no message

parent 95803828
...@@ -455,13 +455,14 @@ ...@@ -455,13 +455,14 @@
this.UploadFlowStat(params, file.file, (res) => { this.UploadFlowStat(params, file.file, (res) => {
this.loadingB=false; this.loadingB=false;
this.loadingText=""; this.loadingText="";
if (res.resultCode == 1) { console.log(res.data,'---')
if (res.data.resultCode == 1) {
this.dialogTableVisible = false; this.dialogTableVisible = false;
this.Success("导入引流成功!"); this.Success("导入引流成功!");
this.init() this.init()
} else { } else {
this.errText = res.message this.errText = res.data.message
this.Error(res.message); this.Error(res.data.message);
} }
}); });
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment