ddy-process-h5 1.0.1-rc.3.57 → 1.0.1-rc.3.63
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 +18 -16
- package/v2/ddy-process-h5.umd.cjs +1 -1
- package/v2.7/ddy-process-h5.js +18 -16
- package/v2.7/ddy-process-h5.umd.cjs +1 -1
- package/v3/ddy-process-h5.js +18 -16
- package/v3/ddy-process-h5.umd.cjs +1 -1
package/v2.7/ddy-process-h5.js
CHANGED
|
@@ -23575,21 +23575,23 @@ const oT = /* @__PURE__ */ function() {
|
|
|
23575
23575
|
watch: {
|
|
23576
23576
|
processInstId: {
|
|
23577
23577
|
async handler(e, t) {
|
|
23578
|
-
this
|
|
23579
|
-
|
|
23580
|
-
|
|
23581
|
-
|
|
23582
|
-
|
|
23583
|
-
|
|
23584
|
-
|
|
23585
|
-
|
|
23586
|
-
|
|
23587
|
-
|
|
23588
|
-
|
|
23589
|
-
|
|
23590
|
-
|
|
23591
|
-
|
|
23592
|
-
|
|
23578
|
+
this.$nextTick(() => {
|
|
23579
|
+
this.processIntId = this.processInstId || this.formData.processId || this.formData.processInstId, e && (this.request.get("/bladex/blade-workflow/tis/getTaskModelDetail", {
|
|
23580
|
+
params: { processInstId: this.processInstId }
|
|
23581
|
+
}).then((i) => {
|
|
23582
|
+
var s;
|
|
23583
|
+
if (i.code == 200) {
|
|
23584
|
+
this.ProcessInsObj = {
|
|
23585
|
+
...this.ProcessInsObj,
|
|
23586
|
+
...i.data
|
|
23587
|
+
}, this.taskObj.buttons = this.ProcessInsObj.button || [], this.trackList = (((s = i.data) == null ? void 0 : s.flow) || []).filter((a) => ["userTask", "candidate"].includes(a.historyActivityType));
|
|
23588
|
+
const n = ((this.ProcessInsObj.process || {}).variables || {}).deptId;
|
|
23589
|
+
this.deptId = n;
|
|
23590
|
+
const r = (this.ProcessInsObj.process || {}).taskId;
|
|
23591
|
+
this.absoluteTaskId = r, this.approvalData = (i.data || {}).flow || [], this.processXml = ((i.data || {}).process || {}).xml || "", this.handleGetProcessStatus(), this.$emit("get-process-data", this.ProcessInsObj);
|
|
23592
|
+
}
|
|
23593
|
+
}), this.getCurrentProcess(), this.getUserInfo());
|
|
23594
|
+
});
|
|
23593
23595
|
},
|
|
23594
23596
|
immediate: !0,
|
|
23595
23597
|
deep: !0
|
|
@@ -24373,7 +24375,7 @@ function dT(e) {
|
|
|
24373
24375
|
}
|
|
24374
24376
|
const NT = /* @__PURE__ */ function() {
|
|
24375
24377
|
return pT.exports;
|
|
24376
|
-
}(), hT = "ddy-process-h5", fT = "1.0.1-rc.3.
|
|
24378
|
+
}(), hT = "ddy-process-h5", fT = "1.0.1-rc.3.63", mT = "> app\u7AEF \u6D41\u7A0B\u63D2\u4EF6", gT = "./ddy-process-h5.umd.cjs", yT = "./style.css", vT = "module", AT = {
|
|
24377
24379
|
".": {
|
|
24378
24380
|
import: "./ddy-process-h5.js",
|
|
24379
24381
|
require: "./ddy-process-h5.umd.cjs"
|