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/v2.7/ui-process-h5.js
CHANGED
|
@@ -12666,7 +12666,11 @@ const EC = /* @__PURE__ */ function() {
|
|
|
12666
12666
|
taskId: this.taskNode.length ? this.taskNode[0].taskId : ""
|
|
12667
12667
|
}
|
|
12668
12668
|
}).then((e) => {
|
|
12669
|
-
e.code == 200 && (this.processStatus = e.data, this
|
|
12669
|
+
e.code == 200 && (this.processStatus = e.data, this.$emit(
|
|
12670
|
+
"processStatus",
|
|
12671
|
+
this.processStatus,
|
|
12672
|
+
this.taskNode
|
|
12673
|
+
), 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();
|
|
12670
12674
|
}).catch((e) => {
|
|
12671
12675
|
this.handleGetHeight();
|
|
12672
12676
|
});
|