ui-process-h5 1.5.1 → 1.5.2
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/v2.7/ui-process-h5.js
CHANGED
|
@@ -12071,9 +12071,9 @@ const gC = /* @__PURE__ */ function() {
|
|
|
12071
12071
|
}).then((s) => {
|
|
12072
12072
|
if (s.code == 200)
|
|
12073
12073
|
if (this.taskNode = s.data, this.taskNodeList = s.data, this.taskNodeList.length == 1) {
|
|
12074
|
-
if (this.taskNodeList[0].taskState == 4)
|
|
12075
|
-
return this.taskState =
|
|
12076
|
-
this.taskNodeList[0].
|
|
12074
|
+
if (this.taskNodeList[0].taskState == 4 && (this.taskState = 4), this.taskNodeList[0].taskState == 11)
|
|
12075
|
+
return this.taskState = 11, !1;
|
|
12076
|
+
this.taskNodeList[0].taskId, this.handleGetProcessStatus(), this.handleGetUserTaskModel();
|
|
12077
12077
|
} else
|
|
12078
12078
|
this.taskNodeList.length > 1 ? (this.taskNodeList.forEach((r) => {
|
|
12079
12079
|
r.name = r.nodeName;
|