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/package.json
CHANGED
package/v2/ddy-process-h5.js
CHANGED
|
@@ -24198,21 +24198,23 @@ const lT = /* @__PURE__ */ function() {
|
|
|
24198
24198
|
watch: {
|
|
24199
24199
|
processInstId: {
|
|
24200
24200
|
async handler(e, t) {
|
|
24201
|
-
this
|
|
24202
|
-
|
|
24203
|
-
|
|
24204
|
-
|
|
24205
|
-
|
|
24206
|
-
|
|
24207
|
-
|
|
24208
|
-
|
|
24209
|
-
|
|
24210
|
-
|
|
24211
|
-
|
|
24212
|
-
|
|
24213
|
-
|
|
24214
|
-
|
|
24215
|
-
|
|
24201
|
+
this.$nextTick(() => {
|
|
24202
|
+
this.processIntId = this.processInstId || this.formData.processId || this.formData.processInstId, e && (this.request.get("/bladex/blade-workflow/tis/getTaskModelDetail", {
|
|
24203
|
+
params: { processInstId: this.processInstId }
|
|
24204
|
+
}).then((i) => {
|
|
24205
|
+
var n;
|
|
24206
|
+
if (i.code == 200) {
|
|
24207
|
+
this.ProcessInsObj = {
|
|
24208
|
+
...this.ProcessInsObj,
|
|
24209
|
+
...i.data
|
|
24210
|
+
}, this.taskObj.buttons = this.ProcessInsObj.button || [], this.trackList = (((n = i.data) == null ? void 0 : n.flow) || []).filter((a) => ["userTask", "candidate"].includes(a.historyActivityType));
|
|
24211
|
+
const s = ((this.ProcessInsObj.process || {}).variables || {}).deptId;
|
|
24212
|
+
this.deptId = s;
|
|
24213
|
+
const r = (this.ProcessInsObj.process || {}).taskId;
|
|
24214
|
+
this.absoluteTaskId = r, this.approvalData = (i.data || {}).flow || [], this.processXml = ((i.data || {}).process || {}).xml || "", this.handleGetProcessStatus(), this.$emit("get-process-data", this.ProcessInsObj);
|
|
24215
|
+
}
|
|
24216
|
+
}), this.getCurrentProcess(), this.getUserInfo());
|
|
24217
|
+
});
|
|
24216
24218
|
},
|
|
24217
24219
|
immediate: !0,
|
|
24218
24220
|
deep: !0
|
|
@@ -24996,7 +24998,7 @@ function hT(e) {
|
|
|
24996
24998
|
}
|
|
24997
24999
|
const NT = /* @__PURE__ */ function() {
|
|
24998
25000
|
return dT.exports;
|
|
24999
|
-
}(), fT = "ddy-process-h5", mT = "1.0.1-rc.3.
|
|
25001
|
+
}(), fT = "ddy-process-h5", mT = "1.0.1-rc.3.63", gT = "> app\u7AEF \u6D41\u7A0B\u63D2\u4EF6", yT = "./ddy-process-h5.umd.cjs", vT = "./style.css", AT = "module", bT = {
|
|
25000
25002
|
".": {
|
|
25001
25003
|
import: "./ddy-process-h5.js",
|
|
25002
25004
|
require: "./ddy-process-h5.umd.cjs"
|