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/v3/ui-process-h5.js
CHANGED
|
@@ -7262,9 +7262,9 @@ const cA = /* @__PURE__ */ z(_g, [["render", lA], ["__scopeId", "data-v-1bc995da
|
|
|
7262
7262
|
}).then((i) => {
|
|
7263
7263
|
if (i.code == 200)
|
|
7264
7264
|
if (this.taskNode = i.data, this.taskNodeList = i.data, this.taskNodeList.length == 1) {
|
|
7265
|
-
if (this.taskNodeList[0].taskState == 4
|
|
7266
|
-
return this.taskState =
|
|
7267
|
-
this.taskNodeList[0].taskId, this.handleGetProcessStatus(), this.handleGetUserTaskModel();
|
|
7265
|
+
if (this.taskNodeList[0].taskState == 4)
|
|
7266
|
+
return this.taskState = 4, !1;
|
|
7267
|
+
this.taskNodeList[0].taskState == 11 && (this.taskState = 11), this.taskNodeList[0].taskId, this.handleGetProcessStatus(), this.handleGetUserTaskModel();
|
|
7268
7268
|
} else
|
|
7269
7269
|
this.taskNodeList.length > 1 ? (this.taskNodeList.forEach((n) => {
|
|
7270
7270
|
n.name = n.nodeName;
|