Commit e5fa0224 authored by zhengke's avatar zhengke

修改提示样式

parent dbfd1142
...@@ -4115,7 +4115,7 @@ submitYSZEForm(){ ...@@ -4115,7 +4115,7 @@ submitYSZEForm(){
if (res.data.resultCode === 1) { if (res.data.resultCode === 1) {
this.getList(); this.getList();
this.getConfig(); this.getConfig();
this.Info(res.data.message); this.Success(res.data.message);
} else { } else {
this.Error(res.data.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