ui-process-h5 1.6.36 → 1.6.37
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
|
@@ -13630,7 +13630,11 @@ const NI = /* @__PURE__ */ function() {
|
|
|
13630
13630
|
taskId: this.taskNode.length ? this.taskNode[0].taskId : ""
|
|
13631
13631
|
}
|
|
13632
13632
|
}).then((e) => {
|
|
13633
|
-
e.code == 200 && (this.processStatus = e.data, this
|
|
13633
|
+
e.code == 200 && (this.processStatus = e.data, this.$emit(
|
|
13634
|
+
"processStatus",
|
|
13635
|
+
this.processStatus,
|
|
13636
|
+
this.taskNode
|
|
13637
|
+
), this.processStatus.userNodeGroup && this.processStatus.userNodeGroup[this.taskNode[0].nodeName] && this.processStatus.userNodeGroup[this.taskNode[0].nodeName].length > 1 ? this.canCheck = !1 : this.canCheck = !0), this.handleGetHeight();
|
|
13634
13638
|
}).catch((e) => {
|
|
13635
13639
|
this.handleGetHeight();
|
|
13636
13640
|
});
|