从表单获取值为旧值bug修复

This commit is contained in:
2026-01-31 17:11:03 +08:00
parent 6de7020603
commit b5d87a072e

View File

@@ -216,7 +216,7 @@ async function updateTableDataByConfigFields() {
// 赋值配置列参与计算
if (row[columnObj.fieldIndex]) {
if (columnObj.formula.startsWith('From')) {
row[columnObj.fieldIndex].value = dynamicFormData.value[key]
row[columnObj.fieldIndex].value = realFormData.value[key]
}
if (columnObj.formula.startsWith('GetFrom')) {
row[columnObj.fieldIndex].value = evaluateGetFromFormula(