ui-process-h5 1.5.21 → 1.5.22
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
|
@@ -7658,15 +7658,15 @@ const NA = /* @__PURE__ */ z(AA, [["render", BA], ["__scopeId", "data-v-1bc995da
|
|
|
7658
7658
|
});
|
|
7659
7659
|
},
|
|
7660
7660
|
handleGetUserTaskModel() {
|
|
7661
|
-
this.taskNode && this.taskNode.length
|
|
7661
|
+
this.taskNode && this.taskNode.length ? this.request.get("/aws/repository/getUserTaskModel", {
|
|
7662
7662
|
params: {
|
|
7663
7663
|
taskId: this.taskNode[0].taskId
|
|
7664
7664
|
}
|
|
7665
7665
|
}).then((e) => {
|
|
7666
7666
|
e.code == 200 && (this.taskObj = e.data), this.handleGetHeight(), this.$refs.topTips.handleClose();
|
|
7667
7667
|
}).catch((e) => {
|
|
7668
|
-
this.handleGetHeight();
|
|
7669
|
-
});
|
|
7668
|
+
this.handleGetHeight(), this.$refs.topTips.handleClose();
|
|
7669
|
+
}) : this.$refs.topTips.handleClose();
|
|
7670
7670
|
},
|
|
7671
7671
|
async showOperation(e, s, i, n) {
|
|
7672
7672
|
if (this.beforeFunction && !this.beforeFunction())
|