Commit f2beb9ac by chenyu

update: 修复显示bug

parent 71b342a2
......@@ -39,7 +39,7 @@ export default {
methods: {
getTagVal(tagData) {
const tag = JSON.parse(tagData.tagParams);
return tag.selectedVal;
return tag.selectedVal.includes('$^')?tag.selectedVal.replace(/\$\^/g,''):tag.selectedVal;
}
}
};
......
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