sasp-flow-render 1.1.19 → 1.1.21
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
|
@@ -340,8 +340,8 @@
|
|
|
340
340
|
>
|
|
341
341
|
</flow-new-batch-deal>
|
|
342
342
|
<div slot="footer" class="dialog-footer">
|
|
343
|
-
<el-button type="primary" size="small" @click="newBatchDealAllSubmit">快速提交</el-button
|
|
344
|
-
<el-button size="small" @click="flowBatchSelectPendingDialog = false"
|
|
343
|
+
<!-- <el-button type="primary" size="small" @click="newBatchDealAllSubmit">快速提交</el-button>-->
|
|
344
|
+
<el-button size="small" @click="flowBatchSelectPendingDialog = false">关 闭</el-button>
|
|
345
345
|
</div>
|
|
346
346
|
</el-dialog>
|
|
347
347
|
|
|
@@ -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
|
}
|