ui-process-h5 1.2.5 → 1.2.6
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
|
@@ -5089,10 +5089,6 @@ const bm = /* @__PURE__ */ function() {
|
|
|
5089
5089
|
}
|
|
5090
5090
|
},
|
|
5091
5091
|
mounted() {
|
|
5092
|
-
this.$nextTick(() => {
|
|
5093
|
-
const t = document.querySelector("body");
|
|
5094
|
-
t.append ? t.append(this.$el) : t.appendChild(this.$el);
|
|
5095
|
-
});
|
|
5096
5092
|
},
|
|
5097
5093
|
methods: {
|
|
5098
5094
|
handleOpen() {
|
|
@@ -13866,7 +13862,7 @@ const s0 = /* @__PURE__ */ function() {
|
|
|
13866
13862
|
}
|
|
13867
13863
|
);
|
|
13868
13864
|
if (e.code == 200) {
|
|
13869
|
-
if (e.data)
|
|
13865
|
+
if (e.data) {
|
|
13870
13866
|
for (let n = 0; n < e.data.length; n++) {
|
|
13871
13867
|
let s = e.data[n];
|
|
13872
13868
|
if (s.type != "UserTaskModel") {
|
|
@@ -13879,7 +13875,9 @@ const s0 = /* @__PURE__ */ function() {
|
|
|
13879
13875
|
}), s.childNode = r);
|
|
13880
13876
|
}
|
|
13881
13877
|
}
|
|
13882
|
-
|
|
13878
|
+
return this.handleTips("", !1, "success"), e.data;
|
|
13879
|
+
}
|
|
13880
|
+
return this.handleTips("", !1, "success"), [];
|
|
13883
13881
|
}
|
|
13884
13882
|
return [];
|
|
13885
13883
|
},
|