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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "doway-coms",
3
- "version": "2.11.15",
3
+ "version": "2.11.16",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -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