ui-process-h5 1.3.23 → 1.3.24
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
|
@@ -13216,7 +13216,7 @@ const y0 = /* @__PURE__ */ function() {
|
|
|
13216
13216
|
taskId: this.taskNode[0].taskId
|
|
13217
13217
|
}
|
|
13218
13218
|
}).then((e) => {
|
|
13219
|
-
e.code == 200 && (this.taskObj = e.data, this.
|
|
13219
|
+
e.code == 200 && (this.taskObj = e.data, this.$refs.topTips.handleClose());
|
|
13220
13220
|
});
|
|
13221
13221
|
},
|
|
13222
13222
|
async showOperation(e, s, i, a) {
|