@@ -97,7 +97,7 @@ export default {
let node_list = [];
this.data.option.forEach((item) => {
node_list.push({
- name: item.con,
+ name: item.con.replace(/<[^>]*>?/gm, ''),
id: Math.random().toString(36).substring(2, 12),
});