@@ -998,7 +998,7 @@ export default {
Row: splitString(toUpperCase(str))[1],
Key: findCellKeyByFactor(str)
}))
- return arr
+ return JSON.stringify(arr)
},