Commit 36a6ff87 authored by youjie's avatar youjie

no message

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