ui-process-h5 1.1.6 → 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.
@@ -10058,10 +10058,6 @@ const be = /* @__PURE__ */ function() {
10058
10058
  type: String,
10059
10059
  default: "all"
10060
10060
  },
10061
- beforeFunction: {
10062
- type: Function,
10063
- default: null
10064
- },
10065
10061
  manual: {
10066
10062
  type: Boolean,
10067
10063
  default: !1
@@ -10251,7 +10247,7 @@ const be = /* @__PURE__ */ function() {
10251
10247
  );
10252
10248
  return;
10253
10249
  }
10254
- this.beforeFunction && await this.beforeFunction(), this.manual || this.$nextTick(async () => {
10250
+ this.$emit("beforeFunction"), this.manual || this.$nextTick(async () => {
10255
10251
  await this.handleSongshen();
10256
10252
  });
10257
10253
  },
@@ -12958,7 +12954,7 @@ const nb = /* @__PURE__ */ function() {
12958
12954
  return t;
12959
12955
  },
12960
12956
  processCardHeight() {
12961
- let t = 205;
12957
+ let t = 170;
12962
12958
  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)`;
12963
12959
  },
12964
12960
  processBtn() {