Commit e32ebaf7 by fukai

去掉多余的斜线

parent 506e68ef
...@@ -120,7 +120,7 @@ export default { ...@@ -120,7 +120,7 @@ export default {
if(args.lang == "ZH"){ if(args.lang == "ZH"){
args.lang = "CN"; args.lang = "CN";
} }
Api.post("/getCodetable",args).then(rtnmsg=>{ Api.post("getCodetable",args).then(rtnmsg=>{
if(rtnmsg.respCode==SUCCESS){ if(rtnmsg.respCode==SUCCESS){
this.dbCodeList=rtnmsg.data this.dbCodeList=rtnmsg.data
} }
......
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