ui-process-h5 1.5.8 → 1.5.9
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
|
@@ -12079,9 +12079,9 @@ const gC = /* @__PURE__ */ function() {
|
|
|
12079
12079
|
}).then((s) => {
|
|
12080
12080
|
if (s.code == 200)
|
|
12081
12081
|
if (this.taskNode = s.data, this.taskNodeList = s.data, this.taskNodeList.length == 1) {
|
|
12082
|
-
if (this.taskNodeList[0].taskState == 4
|
|
12083
|
-
return this.taskState =
|
|
12084
|
-
this.taskNodeList[0].taskId, this.handleGetProcessStatus(), this.handleGetUserTaskModel();
|
|
12082
|
+
if (this.taskNodeList[0].taskState == 4)
|
|
12083
|
+
return this.taskState = 4, !1;
|
|
12084
|
+
this.taskNodeList[0].taskState == 11 && (this.taskState = 11), this.taskNodeList[0].taskId, this.handleGetProcessStatus(), this.handleGetUserTaskModel();
|
|
12085
12085
|
} else
|
|
12086
12086
|
this.taskNodeList.length > 1 ? (this.taskNodeList.forEach((r) => {
|
|
12087
12087
|
r.name = r.nodeName;
|