[update]
This commit is contained in:
@@ -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()
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user