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/v2.7/ui-process-h5.js
CHANGED
|
@@ -12470,15 +12470,15 @@ const AC = /* @__PURE__ */ function() {
|
|
|
12470
12470
|
});
|
|
12471
12471
|
},
|
|
12472
12472
|
handleGetUserTaskModel() {
|
|
12473
|
-
this.taskNode && this.taskNode.length
|
|
12473
|
+
this.taskNode && this.taskNode.length ? this.request.get("/aws/repository/getUserTaskModel", {
|
|
12474
12474
|
params: {
|
|
12475
12475
|
taskId: this.taskNode[0].taskId
|
|
12476
12476
|
}
|
|
12477
12477
|
}).then((e) => {
|
|
12478
12478
|
e.code == 200 && (this.taskObj = e.data), this.handleGetHeight(), this.$refs.topTips.handleClose();
|
|
12479
12479
|
}).catch((e) => {
|
|
12480
|
-
this.handleGetHeight();
|
|
12481
|
-
});
|
|
12480
|
+
this.handleGetHeight(), this.$refs.topTips.handleClose();
|
|
12481
|
+
}) : this.$refs.topTips.handleClose();
|
|
12482
12482
|
},
|
|
12483
12483
|
async showOperation(e, s, i, r) {
|
|
12484
12484
|
if (this.beforeFunction && !this.beforeFunction())
|