@@ -426,7 +426,7 @@ export default {
// '去重':'datas-repeat',
// '去空':'datas-reme',
'下标取数':'datas-getlist',
- '数组转字符串':"datas-join",
+ // '数组转字符串':"datas-join",
'判断':'ifelse'
},
@@ -92,12 +92,12 @@ function transformArguments(children,curEle,eleMap){
}else if(a && a.type){
fcText += a.name;
}else{
- fcText += a?a:'""';
+ fcText += a?a:"''";
}
})
- fcText += arg?arg:'""';
+ fcText += arg?arg:"''";
@@ -384,7 +384,7 @@ export const formulaStringToArray = (text,elemap,formulaMap) => {
//匹配文本
let word = nuText.match(wordReg)[0];
console.log('匹配文本',word)
- if(word == '""'){
+ if(word == "''"){
word = "";