ddy-process-h5 1.0.1-rc.2.81 → 1.0.1-rc.2.85
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 +1 -1
- package/v2/ddy-process-h5.js +5 -5
- package/v2/ddy-process-h5.umd.cjs +1 -1
- package/v2/style.css +1 -1
- package/v2.7/ddy-process-h5.js +5 -5
- package/v2.7/ddy-process-h5.umd.cjs +1 -1
- package/v2.7/style.css +1 -1
- package/v3/ddy-process-h5.js +4 -4
- package/v3/ddy-process-h5.umd.cjs +1 -1
- package/v3/style.css +1 -1
package/package.json
CHANGED
package/v2/ddy-process-h5.js
CHANGED
|
@@ -22542,11 +22542,11 @@ const _C = /* @__PURE__ */ function() {
|
|
|
22542
22542
|
this.ProcessInsObj = {
|
|
22543
22543
|
...this.ProcessInsObj,
|
|
22544
22544
|
...t.data
|
|
22545
|
-
}, this
|
|
22545
|
+
}, this.taskObj.buttons = this.ProcessInsObj.button || [], this.trackList = (((s = t.data) == null ? void 0 : s.flow) || []).filter((a) => ["userTask", "candidate"].includes(a.historyActivityType));
|
|
22546
22546
|
const n = ((this.ProcessInsObj.process || {}).variables || {}).deptId;
|
|
22547
22547
|
this.deptId = n;
|
|
22548
22548
|
const r = (this.ProcessInsObj.process || {}).taskId;
|
|
22549
|
-
this.absoluteTaskId = r, this.approvalData = (t.data || {}).flow || [], this.processXml = ((t.data || {}).process || {}).xml || "", this.handleGetProcessStatus();
|
|
22549
|
+
this.absoluteTaskId = r, this.approvalData = (t.data || {}).flow || [], this.processXml = ((t.data || {}).process || {}).xml || "", this.handleGetProcessStatus(), this.$emit("get-process-data", this.ProcessInsObj);
|
|
22550
22550
|
}
|
|
22551
22551
|
}), this.getCurrentProcess(), this.getUserInfo());
|
|
22552
22552
|
},
|
|
@@ -23158,7 +23158,7 @@ var PC = function() {
|
|
|
23158
23158
|
return [n < 3 ? t("div", {
|
|
23159
23159
|
key: s.name,
|
|
23160
23160
|
staticClass: "top-button",
|
|
23161
|
-
style: e.getBtnStyle(s.btnProps.type.toString()),
|
|
23161
|
+
style: e.getBtnStyle((s.btnProps.type || "default").toString()),
|
|
23162
23162
|
on: {
|
|
23163
23163
|
click: function(r) {
|
|
23164
23164
|
return s.click(s.name);
|
|
@@ -23316,7 +23316,7 @@ var MC = /* @__PURE__ */ ge(
|
|
|
23316
23316
|
DC,
|
|
23317
23317
|
!1,
|
|
23318
23318
|
OC,
|
|
23319
|
-
"
|
|
23319
|
+
"a4fed71a",
|
|
23320
23320
|
null,
|
|
23321
23321
|
null
|
|
23322
23322
|
);
|
|
@@ -23326,7 +23326,7 @@ function OC(e) {
|
|
|
23326
23326
|
}
|
|
23327
23327
|
const zC = /* @__PURE__ */ function() {
|
|
23328
23328
|
return MC.exports;
|
|
23329
|
-
}(), BC = "ddy-process-h5", RC = "1.0.1-rc.2.
|
|
23329
|
+
}(), BC = "ddy-process-h5", RC = "1.0.1-rc.2.85", LC = "> app\u7AEF \u6D41\u7A0B\u63D2\u4EF6", FC = "./ddy-process-h5.umd.cjs", VC = "./style.css", jC = "module", QC = {
|
|
23330
23330
|
".": {
|
|
23331
23331
|
import: "./ddy-process-h5.js",
|
|
23332
23332
|
require: "./ddy-process-h5.umd.cjs"
|