This commit is contained in:
zhaomeijing
2022-06-27 14:32:16 +08:00
parent 6b546e4446
commit 0493a60ac7
@@ -952,7 +952,7 @@ export default {
if(item.type == 'pull_more'){
item.dataValue = item.dataValue.join(',')
}
if(item.type == 'text'){
if(item.type == 'text' && item.dataValue !== null){
item.dataValue = item.dataValue.toString()
}
})