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/package.json
CHANGED
package/v2/ui-process-h5.js
CHANGED
|
@@ -13035,9 +13035,9 @@ const y0 = /* @__PURE__ */ function() {
|
|
|
13035
13035
|
}).then((i) => {
|
|
13036
13036
|
if (i.code == 200)
|
|
13037
13037
|
if (this.taskNode = i.data, this.taskNodeList = i.data, this.taskNodeList.length == 1) {
|
|
13038
|
-
if (this.taskNodeList[0].taskState == 4)
|
|
13039
|
-
return this.taskState =
|
|
13040
|
-
this.taskNodeList[0].
|
|
13038
|
+
if (this.taskNodeList[0].taskState == 4 && (this.taskState = 4), this.taskNodeList[0].taskState == 11)
|
|
13039
|
+
return this.taskState = 11, !1;
|
|
13040
|
+
this.taskNodeList[0].taskId, this.handleGetProcessStatus(), this.handleGetUserTaskModel();
|
|
13041
13041
|
} else
|
|
13042
13042
|
this.taskNodeList.length > 1 ? (this.taskNodeList.forEach((a) => {
|
|
13043
13043
|
a.name = a.nodeName;
|