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/v3/ddy-process-h5.js
CHANGED
|
@@ -19315,21 +19315,23 @@ const I1 = /* @__PURE__ */ Ae(a1, [["render", T1], ["__scopeId", "data-v-5024d10
|
|
|
19315
19315
|
watch: {
|
|
19316
19316
|
processInstId: {
|
|
19317
19317
|
async handler(e, t) {
|
|
19318
|
-
this
|
|
19319
|
-
|
|
19320
|
-
|
|
19321
|
-
|
|
19322
|
-
|
|
19323
|
-
|
|
19324
|
-
|
|
19325
|
-
|
|
19326
|
-
|
|
19327
|
-
|
|
19328
|
-
|
|
19329
|
-
|
|
19330
|
-
|
|
19331
|
-
|
|
19332
|
-
|
|
19318
|
+
this.$nextTick(() => {
|
|
19319
|
+
this.processIntId = this.processInstId || this.formData.processId || this.formData.processInstId, e && (this.request.get("/bladex/blade-workflow/tis/getTaskModelDetail", {
|
|
19320
|
+
params: { processInstId: this.processInstId }
|
|
19321
|
+
}).then((i) => {
|
|
19322
|
+
var s;
|
|
19323
|
+
if (i.code == 200) {
|
|
19324
|
+
this.ProcessInsObj = {
|
|
19325
|
+
...this.ProcessInsObj,
|
|
19326
|
+
...i.data
|
|
19327
|
+
}, this.taskObj.buttons = this.ProcessInsObj.button || [], this.trackList = (((s = i.data) == null ? void 0 : s.flow) || []).filter((o) => ["userTask", "candidate"].includes(o.historyActivityType));
|
|
19328
|
+
const n = ((this.ProcessInsObj.process || {}).variables || {}).deptId;
|
|
19329
|
+
this.deptId = n;
|
|
19330
|
+
const r = (this.ProcessInsObj.process || {}).taskId;
|
|
19331
|
+
this.absoluteTaskId = r, this.approvalData = (i.data || {}).flow || [], this.processXml = ((i.data || {}).process || {}).xml || "", this.handleGetProcessStatus(), this.$emit("get-process-data", this.ProcessInsObj);
|
|
19332
|
+
}
|
|
19333
|
+
}), this.getCurrentProcess(), this.getUserInfo());
|
|
19334
|
+
});
|
|
19333
19335
|
},
|
|
19334
19336
|
immediate: !0,
|
|
19335
19337
|
deep: !0
|
|
@@ -20079,7 +20081,7 @@ function J1(e, t, i, s, n, r) {
|
|
|
20079
20081
|
}, 8, ["titleText", "visible"])
|
|
20080
20082
|
]);
|
|
20081
20083
|
}
|
|
20082
|
-
const aw = /* @__PURE__ */ Ae(E1, [["render", J1], ["__scopeId", "data-v-773f6eab"]]), K1 = "ddy-process-h5", H1 = "1.0.1-rc.3.
|
|
20084
|
+
const aw = /* @__PURE__ */ Ae(E1, [["render", J1], ["__scopeId", "data-v-773f6eab"]]), K1 = "ddy-process-h5", H1 = "1.0.1-rc.3.63", W1 = "> app\u7AEF \u6D41\u7A0B\u63D2\u4EF6", Y1 = "./ddy-process-h5.umd.cjs", z1 = "./style.css", X1 = "module", Z1 = {
|
|
20083
20085
|
".": {
|
|
20084
20086
|
import: "./ddy-process-h5.js",
|
|
20085
20087
|
require: "./ddy-process-h5.umd.cjs"
|