Commit 3f3bbf40 by wangren

IStreamTable函数回溯

parent 4f2f77a7
......@@ -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
......
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