Commit b11b2363 by fukai

完善对setValues、setCodeValues的支持

parent 919831f0
...@@ -20,8 +20,8 @@ export default { ...@@ -20,8 +20,8 @@ export default {
Vue.set(this.codeSet,key,values[key]) Vue.set(this.codeSet,key,values[key])
} }
}, },
//获取后台setValues、setCodeValues传来的动态码 //获取后台setValues、setCodeValues传来的动态码,并自动转为码表值
getBackendCode(key){ getValues(key){
let arr = codeSet[key] let arr = codeSet[key]
if(!arr) if(!arr)
return undefined return undefined
......
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