Skip to content

Commit 930301e

Browse files
fit2cloudwxxfit2-zhao
authored andcommitted
fix: formula val no config
1 parent 75fc125 commit 930301e

File tree

1 file changed

+0
-1
lines changed
  • frontend/packages/web/src/components/business/crm-formula

1 file changed

+0
-1
lines changed

frontend/packages/web/src/components/business/crm-formula/index.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@
134134
const { ir } = safeParseFormula(formula ?? '');
135135
136136
if (!ir) {
137-
value.value = 0;
138137
return;
139138
}
140139
const contextMatch = props.path.match(/^([^[]+)\[(\d+)\]\./);

0 commit comments

Comments
 (0)