sasp-flow-render 1.1.19 → 1.1.20
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
|
@@ -2945,8 +2945,8 @@
|
|
|
2945
2945
|
this.nodeFormBtnObj[item.id] = this.formatterFormButton(formButton);
|
|
2946
2946
|
|
|
2947
2947
|
// 自定义按钮
|
|
2948
|
-
if(item.plFlowButtons
|
|
2949
|
-
item.plFlowButtons.forEach(button => {
|
|
2948
|
+
if(item.plFlowButtons) {
|
|
2949
|
+
(item.plFlowButtons || []).forEach(button => {
|
|
2950
2950
|
this.diyButtonsObj[button.id] = button;
|
|
2951
2951
|
})
|
|
2952
2952
|
}
|