Commit b11b2363 by fukai

完善对setValues、setCodeValues的支持

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