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

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.81",
3
+ "version": "1.0.1-rc.3.85",
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, deptId: this.businessDeptIdData, reactivate: !0, showType: all, subjectId: this.businessSubjectId, ...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) => {
@@ -24256,7 +24256,7 @@ const uT = /* @__PURE__ */ function() {
24256
24256
  async handler(e, t) {
24257
24257
  this.$nextTick(() => {
24258
24258
  this.processIntId = this.processInstId || this.formData.processId || this.formData.processInstId, e && (this.request.get("/bladex/blade-workflow/tis/getTaskModelDetail", {
24259
- params: { processInstId: this.processInstId }
24259
+ params: this.taskId ? { processInstId: this.processInstId, taskId: this.taskId } : { processInstId: this.processInstId }
24260
24260
  }).then((i) => {
24261
24261
  var n;
24262
24262
  if (i.code == 200) {
@@ -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.81", 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.85", 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"