Commit b23ef9a0 by 潘际乾

IStreamTable code 修改

parent cc0ee5b2
......@@ -334,6 +334,9 @@ export default {
return ""
}
let args=this.codes[code];
if (!args) {
return ""
}
let em = args.find(item=>item.value.trim() == value.trim())
if(!em){
return value
......
......@@ -18,7 +18,9 @@
>
<!--PD000035 -->
<el-tab-pane label="查询" name="sel">
<c-content>
<m-sel :model="model" :codes="codes" />
</c-content>
</el-tab-pane>
</c-tabs>
</el-form>
......
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