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/package.json
CHANGED
package/v2/ui-process-h5.js
CHANGED
|
@@ -13043,9 +13043,9 @@ const y0 = /* @__PURE__ */ function() {
|
|
|
13043
13043
|
}).then((i) => {
|
|
13044
13044
|
if (i.code == 200)
|
|
13045
13045
|
if (this.taskNode = i.data, this.taskNodeList = i.data, this.taskNodeList.length == 1) {
|
|
13046
|
-
if (this.taskNodeList[0].taskState == 4
|
|
13047
|
-
return this.taskState =
|
|
13048
|
-
this.taskNodeList[0].taskId, this.handleGetProcessStatus(), this.handleGetUserTaskModel();
|
|
13046
|
+
if (this.taskNodeList[0].taskState == 4)
|
|
13047
|
+
return this.taskState = 4, !1;
|
|
13048
|
+
this.taskNodeList[0].taskState == 11 && (this.taskState = 11), this.taskNodeList[0].taskId, this.handleGetProcessStatus(), this.handleGetUserTaskModel();
|
|
13049
13049
|
} else
|
|
13050
13050
|
this.taskNodeList.length > 1 ? (this.taskNodeList.forEach((a) => {
|
|
13051
13051
|
a.name = a.nodeName;
|