|
@@ -154,15 +154,15 @@ function transformArguments(children,curEle,eleMap){
|
|
|
//认为这个参数是之前公式计算的结果,不再写入元素
|
|
|
isNestEle = true;
|
|
|
}else{
|
|
|
- let atbkey=arg.tableElementKey.replace('_key',':key')
|
|
|
+ // let atbkey=arg.tableElementKey.replace('_key',':key')
|
|
|
if(arg.type == 'Element'){
|
|
|
- eleMap[atbkey] = {
|
|
|
+ eleMap[arg.tableElementKey] = {
|
|
|
id: arg.id,
|
|
|
name: arg.name,
|
|
|
- tableElementKey: atbkey,
|
|
|
+ tableElementKey: arg.tableElementKey,
|
|
|
type: "Element",
|
|
|
};
|
|
|
- fcText += `E[${atbkey}]`;
|
|
|
+ fcText += `E[${arg.tableElementKey}]`;
|
|
|
}else if(arg.type == 'ParamData'){
|
|
|
eleMap[arg.k] = {
|
|
|
id: arg.id,
|