|
@@ -849,7 +849,7 @@ $(document).ready(() => {
|
|
|
if (field === 'expr') {
|
|
|
data.type = 'stage';
|
|
|
data.updateData = { pid: select.pid, tp: null, expr: newValue };
|
|
|
- const [valid, msg] = paySpreadObj._checkSExpr(select, newValue, data.updateData);
|
|
|
+ const [valid, msg] = paySpreadObj._checkExpr(select, newValue, data.updateData);
|
|
|
if (!valid) {
|
|
|
toastr.warning(msg);
|
|
|
this.value = select.expr;
|