@@ -182,11 +182,8 @@
color:rgba(255,255,255,1);
line-height:20px;
}
-
@@ -143,7 +143,7 @@
typeData.push(item.name)
})
- typeData = typeData.join('|')
+ typeData = typeData.join(',')
if (!typeData) {
this.$message.warning('请选择举报类型')
return