Commit 0c1c06b6 by qiaoyanqi

公式问题修改

parent 5a1d258f
......@@ -27,7 +27,7 @@ export default {
let subTableFocusOldIndex = context.getSubFocus()
let subTableFocusData = subTableFocusOldIndex && context.getAllSubData()[targetObject.title][subTableFocusOldIndex].getData()
let oldIndex = context.getSubFocus()
if(subTableFocusData){
try {
switch (valueType) {
case FormulaConstants.billFiled.BMJJFL: {
let comp1 = arguments[0][2].getResult().Value;
......@@ -85,7 +85,9 @@ export default {
default : {
console.log("")
}
}
}
} catch (error) {
console.log(error)
}
} else {
console.error("SetSubFieldValue公式配置错误,暂不支持主表字段赋值")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment