Commit 36a6ff87 authored by youjie's avatar youjie

no message

parent 14748111
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
}); });
this.getList(); this.getList();
} else { } else {
this.Error(res.data.message);
} }
}, err => { }, err => {
...@@ -251,6 +251,7 @@ ...@@ -251,6 +251,7 @@
}); });
}, },
// 获取币种名称
getType(ID){ getType(ID){
this.currencyTypeList.forEach(item=>{ this.currencyTypeList.forEach(item=>{
if(item.ID==ID){ if(item.ID==ID){
......
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