ddy-process-h5 1.0.1-rc.3.1 → 1.0.1-rc.3.3
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/ddy-process-h5.js
CHANGED
|
@@ -22594,7 +22594,7 @@ const _C = /* @__PURE__ */ function() {
|
|
|
22594
22594
|
const i = this.ProcessInsObj.process, t = this.ProcessInsObj.button;
|
|
22595
22595
|
if (!i || !t)
|
|
22596
22596
|
return e;
|
|
22597
|
-
if (this.getButton("wf_pass"), this.needResubmit && i.status == "todo" && this.userIdData &&
|
|
22597
|
+
if (this.getButton("wf_pass"), this.needResubmit && i.status == "todo" && this.userIdData && i.isOwner && ["deleted"].includes(i.processIsFinished) && this.getButton("wf_pass")) {
|
|
22598
22598
|
let n = {};
|
|
22599
22599
|
n.name = "\u91CD\u65B0\u63D0\u4EA4", n.btnProps = { type: "default" }, e.push(n), n.click = (r) => {
|
|
22600
22600
|
this.handlePass("\u91CD\u65B0\u63D0\u4EA4"), this.submitLoading = !0, this.handleActionClose();
|
|
@@ -22670,7 +22670,7 @@ const _C = /* @__PURE__ */ function() {
|
|
|
22670
22670
|
}), this.handleActionClose();
|
|
22671
22671
|
}, e.push(n);
|
|
22672
22672
|
}
|
|
22673
|
-
if (
|
|
22673
|
+
if (i.pass == !1 && i.isOwner && this.processIntId) {
|
|
22674
22674
|
let n = {};
|
|
22675
22675
|
n.name = "\u50AC\u529E", n.btnProps = { type: "default" }, n.click = (r) => {
|
|
22676
22676
|
this.handleReminders("\u50AC\u529E"), this.handleActionClose();
|
|
@@ -23334,7 +23334,7 @@ function OC(e) {
|
|
|
23334
23334
|
}
|
|
23335
23335
|
const zC = /* @__PURE__ */ function() {
|
|
23336
23336
|
return MC.exports;
|
|
23337
|
-
}(), BC = "ddy-process-h5", RC = "1.0.1-rc.3.
|
|
23337
|
+
}(), BC = "ddy-process-h5", RC = "1.0.1-rc.3.3", LC = "> app\u7AEF \u6D41\u7A0B\u63D2\u4EF6", FC = "./ddy-process-h5.umd.cjs", VC = "./style.css", jC = "module", QC = {
|
|
23338
23338
|
".": {
|
|
23339
23339
|
import: "./ddy-process-h5.js",
|
|
23340
23340
|
require: "./ddy-process-h5.umd.cjs"
|