@@ -77,7 +77,7 @@ export default {
const element = funcAttr[i].join('/');
attr.push(element);
}
- return attr.join(',');
+ return attr.join('、');
},
handleCancel() {
this.$emit('close');