ddy-process-h5 1.0.1-rc.3.77 → 1.0.1-rc.3.81

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.77",
3
+ "version": "1.0.1-rc.3.81",
4
4
  "description": "> app端 流程插件",
5
5
  "main": "./ddy-process-h5.umd.cjs",
6
6
  "style": "./style.css",
@@ -19335,7 +19335,7 @@ const jh = /* @__PURE__ */ function() {
19335
19335
  multiNodeParticipant: this.multiNodeParticipant,
19336
19336
  firstNodeId: this.firstPerson && this.firstPerson.length > 0 ? this.firstPerson[0].id : "",
19337
19337
  processInstId: this.extraParams.processInstId,
19338
- vars: { businessType: this.businessType, ...this.extraParams, _businessDeptId: this.businessDeptIdData }
19338
+ vars: { businessType: this.businessType, deptId: this.businessDeptIdData, reactivate: !0, showType: all, subjectId: this.businessSubjectId, ...this.extraParams, _businessDeptId: this.businessDeptIdData }
19339
19339
  }).then((e) => {
19340
19340
  e.code == 200 ? (this.show = !1, this.$emit("update:visible", this.show), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"), this.$emit("successFn"), this.btnLoading = !1) : (this.handleTips(e.msg, !0, "error"), this.btnLoading = !1);
19341
19341
  }).catch((e) => {
@@ -24104,6 +24104,7 @@ const uT = /* @__PURE__ */ function() {
24104
24104
  selfTapList: { require: !1, default: () => [], type: Array },
24105
24105
  processDefId: { require: !0, default: "", type: String },
24106
24106
  processInstId: { require: !0, default: "", type: String },
24107
+ taskId: { require: !1, default: "", type: String },
24107
24108
  isAdditional: { require: !1, default: !1, type: Boolean },
24108
24109
  isView: { default: !1, type: Boolean },
24109
24110
  businessSubjectId: { default: "", type: String },
@@ -24210,7 +24211,6 @@ const uT = /* @__PURE__ */ function() {
24210
24211
  taskState: NaN,
24211
24212
  taskCurrent: 0,
24212
24213
  taskObj: {},
24213
- taskId: "",
24214
24214
  taskNodeShow: !1,
24215
24215
  actionShow: !1,
24216
24216
  titleText: "",
@@ -24410,7 +24410,7 @@ const uT = /* @__PURE__ */ function() {
24410
24410
  methods: {
24411
24411
  async getCurrentProcess() {
24412
24412
  this.request.get("/bladex/blade-workflow/repository/queryTaskNodeList", {
24413
- params: { processInstId: this.processIntId }
24413
+ params: this.taskId ? { processInstId: this.processIntId, taskId: this.taskId } : { processInstId: this.processIntId }
24414
24414
  }).then((e) => {
24415
24415
  if (e.code == 200) {
24416
24416
  const t = {};
@@ -25052,7 +25052,7 @@ function mT(e) {
25052
25052
  }
25053
25053
  const ST = /* @__PURE__ */ function() {
25054
25054
  return fT.exports;
25055
- }(), gT = "ddy-process-h5", yT = "1.0.1-rc.3.77", vT = "> app\u7AEF \u6D41\u7A0B\u63D2\u4EF6", AT = "./ddy-process-h5.umd.cjs", bT = "./style.css", CT = "module", wT = {
25055
+ }(), gT = "ddy-process-h5", yT = "1.0.1-rc.3.81", vT = "> app\u7AEF \u6D41\u7A0B\u63D2\u4EF6", AT = "./ddy-process-h5.umd.cjs", bT = "./style.css", CT = "module", wT = {
25056
25056
  ".": {
25057
25057
  import: "./ddy-process-h5.js",
25058
25058
  require: "./ddy-process-h5.umd.cjs"