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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ddy-process-h5",
3
- "version": "1.0.1-rc.3.57",
3
+ "version": "1.0.1-rc.3.63",
4
4
  "description": "> app端 流程插件",
5
5
  "main": "./ddy-process-h5.umd.cjs",
6
6
  "style": "./style.css",
@@ -24198,21 +24198,23 @@ const lT = /* @__PURE__ */ function() {
24198
24198
  watch: {
24199
24199
  processInstId: {
24200
24200
  async handler(e, t) {
24201
- this.processIntId = this.processInstId || this.formData.processId || this.formData.processInstId, e && (this.request.get("/bladex/blade-workflow/tis/getTaskModelDetail", {
24202
- params: { processInstId: this.processInstId }
24203
- }).then((i) => {
24204
- var n;
24205
- if (i.code == 200) {
24206
- this.ProcessInsObj = {
24207
- ...this.ProcessInsObj,
24208
- ...i.data
24209
- }, this.taskObj.buttons = this.ProcessInsObj.button || [], this.trackList = (((n = i.data) == null ? void 0 : n.flow) || []).filter((a) => ["userTask", "candidate"].includes(a.historyActivityType));
24210
- const s = ((this.ProcessInsObj.process || {}).variables || {}).deptId;
24211
- this.deptId = s;
24212
- const r = (this.ProcessInsObj.process || {}).taskId;
24213
- this.absoluteTaskId = r, this.approvalData = (i.data || {}).flow || [], this.processXml = ((i.data || {}).process || {}).xml || "", this.handleGetProcessStatus(), this.$emit("get-process-data", this.ProcessInsObj);
24214
- }
24215
- }), this.getCurrentProcess(), this.getUserInfo());
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.57", gT = "> app\u7AEF \u6D41\u7A0B\u63D2\u4EF6", yT = "./ddy-process-h5.umd.cjs", vT = "./style.css", AT = "module", bT = {
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"