doway-coms 2.11.15 → 2.11.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/packages/utils/common.js +1 -1
package/package.json
CHANGED
package/packages/utils/common.js
CHANGED
|
@@ -223,7 +223,7 @@ function evaluateSimpleExpression(formData, expression) {
|
|
|
223
223
|
}
|
|
224
224
|
}
|
|
225
225
|
|
|
226
|
-
export function setFrameToolBtnState(toolBars, formState, formStatus) {
|
|
226
|
+
export function setFrameToolBtnState(toolBars, formState, formStatus,formData) {
|
|
227
227
|
for (let i = 0; i < toolBars.length; i++) {
|
|
228
228
|
toolBars[i].visible = false
|
|
229
229
|
toolBars[i].isPrimary = false
|