ui-process-h5 1.1.8 → 1.1.9
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
|
@@ -10681,10 +10681,6 @@ const ye = /* @__PURE__ */ function() {
|
|
|
10681
10681
|
type: String,
|
|
10682
10682
|
default: "all"
|
|
10683
10683
|
},
|
|
10684
|
-
beforeFunction: {
|
|
10685
|
-
type: Function,
|
|
10686
|
-
default: null
|
|
10687
|
-
},
|
|
10688
10684
|
manual: {
|
|
10689
10685
|
type: Boolean,
|
|
10690
10686
|
default: !1
|
|
@@ -10874,7 +10870,7 @@ const ye = /* @__PURE__ */ function() {
|
|
|
10874
10870
|
);
|
|
10875
10871
|
return;
|
|
10876
10872
|
}
|
|
10877
|
-
this
|
|
10873
|
+
this.$emit("beforeFunction"), this.manual || this.$nextTick(async () => {
|
|
10878
10874
|
await this.handleSongshen();
|
|
10879
10875
|
});
|
|
10880
10876
|
},
|
|
@@ -13581,7 +13577,7 @@ const s0 = /* @__PURE__ */ function() {
|
|
|
13581
13577
|
return t;
|
|
13582
13578
|
},
|
|
13583
13579
|
processCardHeight() {
|
|
13584
|
-
let t =
|
|
13580
|
+
let t = 170;
|
|
13585
13581
|
return (!(this.processStatus.status == "\u5DF2\u64A4\u9500" || this.processStatus.status == "\u5DF2\u9A73\u56DE" || this.processStatus.bizStatusName == "\u5DF2\u64A4\u9500" || this.processStatus.bizStatusName == "\u5DF2\u9A73\u56DE") && this.ProcessInsObj.end || this.processStatus.createTopUserId != this.user.userId && this.operBtn.length < 3) && (t -= 80), `calc(100vh - ${t}px)`;
|
|
13586
13582
|
},
|
|
13587
13583
|
processBtn() {
|