cloud-web-corejs 1.0.54-dev.224 → 1.0.54-dev.225
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
@@ -544,6 +544,9 @@ modules = {
|
|
544
544
|
if (wfParam.hasWf) {
|
545
545
|
if (wfInfo.taskStep == "9999") {
|
546
546
|
//结束节点
|
547
|
+
//有流程,且不匹配流程节点可编辑表单设置信息
|
548
|
+
this.hanldeWfWidgetNew1(widget)
|
549
|
+
//设置组件的有流程可编辑,有流程隐藏
|
547
550
|
this.hanldeWfWidgetItemNew(widget)
|
548
551
|
} else {
|
549
552
|
if (!widgetEditOnWf) {
|
@@ -710,6 +713,7 @@ modules = {
|
|
710
713
|
if (!options || !options.wfEdit) return
|
711
714
|
let wfConfigData = options.wfConfigData || [];
|
712
715
|
let flag = false;
|
716
|
+
|
713
717
|
wfConfigData.forEach(item => {
|
714
718
|
let type = item.type;
|
715
719
|
let taskStepList = item.taskSteps ? item.taskSteps.split(',') : []
|