ui-process-h5 2.0.7-beta → 2.0.8-beta

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.
@@ -5556,7 +5556,7 @@ const fr = /* @__PURE__ */ function() {
5556
5556
  this.$refs.TopDownSelect.handleExpand();
5557
5557
  },
5558
5558
  async handleOption() {
5559
- this.checkedItem = {}, this.firstPerson = [], this.personList = [], !(this.selfList && this.selfList.length) && (this.handleTips("", !0, "loading"), await this.request.get("/aws/repository/getProcessDefList", {
5559
+ this.checkedItem = {}, this.firstPerson = [], this.personList = [], !(this.selfList && this.selfList.length) && (this.handleTips("", !0, "loading"), await this.request.get("/tripartite/aws/repository/getProcessDefList", {
5560
5560
  params: {
5561
5561
  appId: this.appId,
5562
5562
  processGroupName: this.processNameData
@@ -5566,7 +5566,7 @@ const fr = /* @__PURE__ */ function() {
5566
5566
  }));
5567
5567
  },
5568
5568
  async getProcessInstance() {
5569
- this.id && await this.request.get("/aws/pis/getProcessInstanceByBusinessKey", {
5569
+ this.id && await this.request.get("/tripartite/aws/pis/getProcessInstanceByBusinessKey", {
5570
5570
  params: { businessKey: this.id }
5571
5571
  }).then((e) => {
5572
5572
  e.code == 200 && (this.processId = e.data.id, this.processId && this.option.map((i, t) => {
@@ -5581,7 +5581,7 @@ const fr = /* @__PURE__ */ function() {
5581
5581
  });
5582
5582
  },
5583
5583
  async handlefirstNode(e) {
5584
- e && (this.handleTips("", !0, "loading"), await this.request.get("/aws/repository/getFirstProcessNode", {
5584
+ e && (this.handleTips("", !0, "loading"), await this.request.get("/tripartite/aws/repository/getFirstProcessNode", {
5585
5585
  params: {
5586
5586
  processDefId: e
5587
5587
  }
@@ -5595,7 +5595,7 @@ const fr = /* @__PURE__ */ function() {
5595
5595
  this.handleTips("", !0, "loading"), this.checkedItem = {}, this.firstPerson = [], this.personList = [], this.checkedItem = e, this.handlefirstNode(this.checkedItem.id), this.getDiagramUrl(), this.$emit("change", e, i);
5596
5596
  },
5597
5597
  async getAfferentParticipantNodeList() {
5598
- await this.request.get("/aws/repository/getAfferentParticipantNodeList", {
5598
+ await this.request.get("/tripartite/aws/repository/getAfferentParticipantNodeList", {
5599
5599
  params: {
5600
5600
  processDefId: this.checkedItem.id
5601
5601
  }
@@ -5608,7 +5608,7 @@ const fr = /* @__PURE__ */ function() {
5608
5608
  });
5609
5609
  },
5610
5610
  getDiagramUrl() {
5611
- this.request.get("/aws/repository/getDiagramUrl", {
5611
+ this.request.get("/tripartite/aws/repository/getDiagramUrl", {
5612
5612
  params: {
5613
5613
  processDefId: this.checkedItem.id,
5614
5614
  diagramType: 1,
@@ -5731,7 +5731,7 @@ const fr = /* @__PURE__ */ function() {
5731
5731
  },
5732
5732
  handleSongshen() {
5733
5733
  if (this.btnLoading = !0, this.resubmit)
5734
- this.handleTips("", !0, "loading"), this.request.post("/aws/pis/reactivate", {
5734
+ this.handleTips("", !0, "loading"), this.request.post("/tripartite/aws/pis/reactivate", {
5735
5735
  processInstId: this.processId,
5736
5736
  isClearHistory: this.isClearHistory,
5737
5737
  reactivateReason: "\u91CD\u65B0\u63D0\u4EA4",
@@ -5756,8 +5756,8 @@ const fr = /* @__PURE__ */ function() {
5756
5756
  this.$refs.topTips.handleClose(), this.btnLoading = !1;
5757
5757
  return;
5758
5758
  }
5759
- this.request.post("/aws/pis/createAndStart", e).then((i) => {
5760
- i.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) : i.code == 499 ? this.request.post("/aws/pis/reactivate", {
5759
+ this.request.post("/tripartite/aws/pis/createAndStart", e).then((i) => {
5760
+ i.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) : i.code == 499 ? this.request.post("/tripartite/aws/pis/reactivate", {
5761
5761
  processInstId: this.processId,
5762
5762
  isClearHistory: this.isClearHistory,
5763
5763
  reactivateReason: "\u91CD\u65B0\u63D0\u4EA4",
@@ -6769,7 +6769,7 @@ const gu = {
6769
6769
  let e = "";
6770
6770
  this.multiNodeParticipant[this.partObjId].map((i, t) => {
6771
6771
  t == 0 ? e = i : e = `${e} ${i}`;
6772
- }), this.handleTips("", !0, "loading"), this.param.request.post("/aws/tis/createDynamicTask", {
6772
+ }), this.handleTips("", !0, "loading"), this.param.request.post("/tripartite/aws/tis/createDynamicTask", {
6773
6773
  title: this.param.formData.title || this.param.formData.reason || this.param.formData.meetingTheme,
6774
6774
  participant: e,
6775
6775
  processInstId: this.param.processInstId,
@@ -6809,7 +6809,7 @@ const gu = {
6809
6809
  });
6810
6810
  let e = this.attchLists;
6811
6811
  (await this.param.request.post(
6812
- "/aws/meta/annex/patchSave",
6812
+ "/tripartite/aws/meta/annex/patchSave",
6813
6813
  {
6814
6814
  saveMetaAnnexCmdList: e
6815
6815
  }
@@ -6833,7 +6833,7 @@ var vu = /* @__PURE__ */ Q(
6833
6833
  Au,
6834
6834
  !1,
6835
6835
  yu,
6836
- "d5217a54",
6836
+ "1ff99d68",
6837
6837
  null,
6838
6838
  null
6839
6839
  );
@@ -7136,7 +7136,7 @@ const Tu = {
7136
7136
  let e = "";
7137
7137
  this.multiNodeParticipant[this.partObjId].map((i, t) => {
7138
7138
  t == 0 ? e = i : e = `${e} ${i}`;
7139
- }), this.handleTips("", !0, "loading"), await this.param.request.post("/aws/tis/delegate", {
7139
+ }), this.handleTips("", !0, "loading"), await this.param.request.post("/tripartite/aws/tis/delegate", {
7140
7140
  delegateReason: this.commentMsg,
7141
7141
  taskInstId: this.param.taskInstId,
7142
7142
  targetUID: e
@@ -7173,7 +7173,7 @@ const Tu = {
7173
7173
  });
7174
7174
  let e = this.attchLists;
7175
7175
  (await this.param.request.post(
7176
- "/aws/meta/annex/patchSave",
7176
+ "/tripartite/aws/meta/annex/patchSave",
7177
7177
  {
7178
7178
  saveMetaAnnexCmdList: e
7179
7179
  }
@@ -7197,7 +7197,7 @@ var ku = /* @__PURE__ */ Q(
7197
7197
  Iu,
7198
7198
  !1,
7199
7199
  Eu,
7200
- "51f1bcbe",
7200
+ "5590f0f0",
7201
7201
  null,
7202
7202
  null
7203
7203
  );
@@ -7433,7 +7433,7 @@ const Su = {
7433
7433
  );
7434
7434
  }
7435
7435
  ), (t.userTaskModelDTO.humanPerformer.name == "\u56FA\u5B9A\u8D26\u6237" || t.userTaskModelDTO.humanPerformer.name == "\u4E0E\u6D41\u7A0B\u7533\u8BF7\u4EBA\u76F8\u5173") && this.personMake.push(t.id), this.personMake && this.personMake.length && this.param.request.post(
7436
- `aws/repository/getParticipantsOfPerformerNames?taskInstId=${this.param.taskInstId}`,
7436
+ `/tripartite/aws/repository/getParticipantsOfPerformerNames?taskInstId=${this.param.taskInstId}`,
7437
7437
  {
7438
7438
  userTaskDefIds: this.personMake
7439
7439
  }
@@ -7486,7 +7486,7 @@ const Su = {
7486
7486
  n.id
7487
7487
  ) || this.multiNodeParticipant[t.id].push(n.id), this.partNode[t.id].includes(n.name) || this.partNode[t.id].push(n.name);
7488
7488
  }) : t.id && this.param.request.post(
7489
- `/aws/repository/getParticipantsOfPerformerNames?taskInstId=${this.param.taskInstId}`,
7489
+ `/tripartite/aws/repository/getParticipantsOfPerformerNames?taskInstId=${this.param.taskInstId}`,
7490
7490
  { userTaskDefIds: [t.id] }
7491
7491
  ).then((n) => {
7492
7492
  n.code == 200 && (this.partNode[t.id] = {}, this.partNode[t.id] = n.data[t.id]);
@@ -7598,7 +7598,7 @@ var Ou = /* @__PURE__ */ Q(
7598
7598
  xu,
7599
7599
  !1,
7600
7600
  Du,
7601
- "03cdb690",
7601
+ "649e89e6",
7602
7602
  null,
7603
7603
  null
7604
7604
  );
@@ -8078,7 +8078,7 @@ const _u = {
8078
8078
  ), this.partNode[t.id].includes(n.name) || this.partNode[t.id].push(n.name);
8079
8079
  }), (t.userTaskModelDTO.humanPerformer.name == "\u56FA\u5B9A\u8D26\u6237" || t.userTaskModelDTO.humanPerformer.name == "\u4E0E\u6D41\u7A0B\u7533\u8BF7\u4EBA\u76F8\u5173") && this.personMake.push(t.id));
8080
8080
  }), this.personMake && this.personMake.length && this.param.request.post(
8081
- `aws/repository/getParticipantsOfPerformerNames?taskInstId=${this.param.taskInstId}`,
8081
+ `/tripartite/aws/repository/getParticipantsOfPerformerNames?taskInstId=${this.param.taskInstId}`,
8082
8082
  {
8083
8083
  userTaskDefIds: this.personMake
8084
8084
  }
@@ -8144,7 +8144,7 @@ const _u = {
8144
8144
  t.id
8145
8145
  ) || this.multiNodeParticipant[i.id].push(t.id), this.partNode[i.id].includes(t.name) || this.partNode[i.id].push(t.name);
8146
8146
  }) : this.param.request.post(
8147
- `/aws/repository/getParticipantsOfPerformerNames?taskInstId=${this.param.taskInstId}`,
8147
+ `/tripartite/aws/repository/getParticipantsOfPerformerNames?taskInstId=${this.param.taskInstId}`,
8148
8148
  { userTaskDefIds: [i.id] }
8149
8149
  ).then((t) => {
8150
8150
  t.code == 200 && (this.partNodeS = [], this.partNodeS.push(t.data[i.id]));
@@ -8251,7 +8251,7 @@ const _u = {
8251
8251
  }
8252
8252
  ));
8253
8253
  }), e[i] = this.multiNodeParticipant[i];
8254
- }) : e = this.multiNodeParticipant, !(this.param.beforeFunction && !await this.param.beforeFunction()) && (this.handleTips("", !0, "loading"), this.param.actionComplete, this.commentMsg, this.param.taskInstId, this.param.vars || this.gateVars, await this.param.request.post("/aws/tis/complete", {
8254
+ }) : e = this.multiNodeParticipant, !(this.param.beforeFunction && !await this.param.beforeFunction()) && (this.handleTips("", !0, "loading"), this.param.actionComplete, this.commentMsg, this.param.taskInstId, this.param.vars || this.gateVars, await this.param.request.post("/tripartite/aws/tis/complete", {
8255
8255
  actionName: this.param.actionComplete,
8256
8256
  commentMsg: this.commentMsg,
8257
8257
  taskInstId: this.param.taskInstId,
@@ -8294,7 +8294,7 @@ const _u = {
8294
8294
  });
8295
8295
  let e = this.attchLists;
8296
8296
  (await this.param.request.post(
8297
- "/aws/meta/annex/patchSave",
8297
+ "/tripartite/aws/meta/annex/patchSave",
8298
8298
  {
8299
8299
  saveMetaAnnexCmdList: e
8300
8300
  }
@@ -8324,7 +8324,7 @@ var Ru = /* @__PURE__ */ Q(
8324
8324
  Ju,
8325
8325
  !1,
8326
8326
  qu,
8327
- "3e66e428",
8327
+ "cb79b0f6",
8328
8328
  null,
8329
8329
  null
8330
8330
  );
@@ -8616,7 +8616,7 @@ const Hu = {
8616
8616
  async confirm() {
8617
8617
  if (!this.commentMsg)
8618
8618
  return this.handleTips("\u8BF7\u8F93\u5165\u62D2\u7EDD\u7406\u7531!", !1, "success"), !1;
8619
- this.handleTips("", !0, "loading"), await this.param.request.post("/aws/tis/reject", {
8619
+ this.handleTips("", !0, "loading"), await this.param.request.post("/tripartite/aws/tis/reject", {
8620
8620
  commentMsg: this.commentMsg,
8621
8621
  taskInstId: this.param.taskInstId
8622
8622
  }).then((e) => {
@@ -8652,7 +8652,7 @@ const Hu = {
8652
8652
  });
8653
8653
  let e = this.attchLists;
8654
8654
  (await this.param.request.post(
8655
- "/aws/meta/annex/patchSave",
8655
+ "/tripartite/aws/meta/annex/patchSave",
8656
8656
  {
8657
8657
  saveMetaAnnexCmdList: e
8658
8658
  }
@@ -8676,7 +8676,7 @@ var Wu = /* @__PURE__ */ Q(
8676
8676
  Yu,
8677
8677
  !1,
8678
8678
  Zu,
8679
- "05643c1f",
8679
+ "dff11156",
8680
8680
  null,
8681
8681
  null
8682
8682
  );
@@ -8925,7 +8925,7 @@ const ed = {
8925
8925
  this.commentMsg = e, this.visibleListMsg = !1;
8926
8926
  },
8927
8927
  getReturnNode() {
8928
- this.param.request.get("/aws/tis/getReturnableNodes", {
8928
+ this.param.request.get("/tripartite/aws/tis/getReturnableNodes", {
8929
8929
  params: { taskId: this.param.taskInstId }
8930
8930
  }).then((e) => {
8931
8931
  e.code === 200 && (this.option = e.data);
@@ -8942,7 +8942,7 @@ const ed = {
8942
8942
  return this.textTips = "\u8BF7\u8F93\u5165\u9000\u56DE\u7406\u7531!", this.$refs.topTips.handleOpen(), !1;
8943
8943
  if (!this.nodeId)
8944
8944
  return this.textTips = "\u8BF7\u9009\u62E9\u9000\u56DE\u8282\u70B9!", this.$refs.topTips.handleOpen(), !1;
8945
- this.handleTips("", !0, "loading"), this.param.request.post("/aws/tis/rollback", {
8945
+ this.handleTips("", !0, "loading"), this.param.request.post("/tripartite/aws/tis/rollback", {
8946
8946
  taskInstId: this.param.taskInstId,
8947
8947
  rollbackReason: this.commentMsg,
8948
8948
  isCompensation: !1,
@@ -8982,7 +8982,7 @@ const ed = {
8982
8982
  });
8983
8983
  let e = this.attchLists;
8984
8984
  (await this.param.request.post(
8985
- "/aws/meta/annex/patchSave",
8985
+ "/tripartite/aws/meta/annex/patchSave",
8986
8986
  {
8987
8987
  saveMetaAnnexCmdList: e
8988
8988
  }
@@ -9006,7 +9006,7 @@ var td = /* @__PURE__ */ Q(
9006
9006
  $u,
9007
9007
  !1,
9008
9008
  id,
9009
- "7133f91c",
9009
+ "6e72737a",
9010
9010
  null,
9011
9011
  null
9012
9012
  );
@@ -9109,7 +9109,7 @@ const rd = {
9109
9109
  let e = "";
9110
9110
  this.multiNodeParticipant[this.partObjId].map((i, t) => {
9111
9111
  t == 0 ? e = i : e = `${e} ${i}`;
9112
- }), await this.param.request.post("/aws/tis/createCCTask", {
9112
+ }), await this.param.request.post("/tripartite/aws/tis/createCCTask", {
9113
9113
  processInstId: this.param.processInstId,
9114
9114
  title: this.param.formData.title || this.param.formData.reason || this.param.formData.meetingTheme,
9115
9115
  parentTaskInstId: this.param.taskInstId,
@@ -9155,7 +9155,7 @@ var od = /* @__PURE__ */ Q(
9155
9155
  ad,
9156
9156
  !1,
9157
9157
  ld,
9158
- "89012616",
9158
+ "036c54d0",
9159
9159
  null,
9160
9160
  null
9161
9161
  );
@@ -9300,31 +9300,31 @@ const cd = /* @__PURE__ */ function() {
9300
9300
  watch: {
9301
9301
  processInstId: {
9302
9302
  async handler(e, i) {
9303
- this.processIntId = this.processInstId || this.formData.processId || this.formData.processInstId, e && (this.request.get("/aws/repository/getTrackUrl", {
9303
+ this.processIntId = this.processInstId || this.formData.processId || this.formData.processInstId, e && (this.request.get("/tripartite/aws/repository/getTrackUrl", {
9304
9304
  params: {
9305
9305
  processInstId: this.processIntId,
9306
9306
  type: "mobile"
9307
9307
  }
9308
9308
  }).then((t) => {
9309
9309
  t.code == 200 && (this.trackUrl = t.data);
9310
- }), this.request.get("/aws/pis/findNodeParticipantRows", {
9310
+ }), this.request.get("/tripartite/aws/pis/findNodeParticipantRows", {
9311
9311
  params: {
9312
9312
  processInstId: this.processIntId
9313
9313
  }
9314
9314
  }).then((t) => {
9315
9315
  t.code == 200 && (this.trackList = t.data);
9316
- }), this.request.get("/aws/tis/getTaskCommentList", {
9316
+ }), this.request.get("/tripartite/aws/tis/getTaskCommentList", {
9317
9317
  params: {
9318
9318
  processInstId: this.processInstId,
9319
9319
  processBusinessKey: this.formData.businessKey
9320
9320
  }
9321
9321
  }).then((t) => {
9322
9322
  t.code == 200 && (this.taskCommentList = t.data);
9323
- }), this.getUserInfo(), this.request.get("/aws/pis/getProcessInstanceById", {
9323
+ }), this.getUserInfo(), this.request.get("/tripartite/aws/pis/getProcessInstanceById", {
9324
9324
  params: { processInstId: this.processInstId }
9325
9325
  }).then((t) => {
9326
9326
  t.code == 200 && (this.ProcessInsObj = t.data);
9327
- }), await this.request.get("/aws/repository/queryTaskNodeList", {
9327
+ }), await this.request.get("/tripartite/aws/repository/queryTaskNodeList", {
9328
9328
  params: { processInstId: this.processInstId }
9329
9329
  }).then((t) => {
9330
9330
  if (t.code == 200)
@@ -9501,7 +9501,7 @@ const cd = /* @__PURE__ */ function() {
9501
9501
  vars: e,
9502
9502
  errorTip: !1
9503
9503
  }, t = await this.request.post(
9504
- "/aws/tis/simulation",
9504
+ "/tripartite/aws/tis/simulation",
9505
9505
  i
9506
9506
  );
9507
9507
  if (t.success) {
@@ -9518,7 +9518,7 @@ const cd = /* @__PURE__ */ function() {
9518
9518
  },
9519
9519
  async getOutgoingProcessNode(e, i) {
9520
9520
  let t = await this.request.get(
9521
- "/aws/repository/getOutgoingProcessNode",
9521
+ "/tripartite/aws/repository/getOutgoingProcessNode",
9522
9522
  {
9523
9523
  params: {
9524
9524
  taskId: e,
@@ -9550,7 +9550,7 @@ const cd = /* @__PURE__ */ function() {
9550
9550
  this.taskNode = [].concat(e), this.taskNodeShow = !1, this.actionShow = !1, this.handleGetProcessStatus(), this.handleGetUserTaskModel();
9551
9551
  },
9552
9552
  handleGetProcessStatus() {
9553
- this.handleTips("", !0, "loading"), this.request.get("/aws/pis/getProcessStatus", {
9553
+ this.handleTips("", !0, "loading"), this.request.get("/tripartite/aws/pis/getProcessStatus", {
9554
9554
  params: {
9555
9555
  processInstId: this.processInstId,
9556
9556
  taskId: this.taskNode.length ? this.taskNode[0].taskId : ""
@@ -9566,7 +9566,7 @@ const cd = /* @__PURE__ */ function() {
9566
9566
  });
9567
9567
  },
9568
9568
  handleGetUserTaskModel() {
9569
- this.taskNode && this.taskNode.length ? this.request.get("/aws/repository/getUserTaskModel", {
9569
+ this.taskNode && this.taskNode.length ? this.request.get("/tripartite/aws/repository/getUserTaskModel", {
9570
9570
  params: {
9571
9571
  taskId: this.taskNode[0].taskId
9572
9572
  }
@@ -9607,11 +9607,11 @@ const cd = /* @__PURE__ */ function() {
9607
9607
  this.cctaskTopPopup = !1, this.operationParam.visible = !1;
9608
9608
  },
9609
9609
  handleTipsComfig() {
9610
- this.$refs.TopPopup2.handleCancel(), this.handleTipsType == "\u50AC\u529E" && (this.handleTips("", !0, "loading"), this.request.get("/aws/tis/reminders", {
9610
+ this.$refs.TopPopup2.handleCancel(), this.handleTipsType == "\u50AC\u529E" && (this.handleTips("", !0, "loading"), this.request.get("/tripartite/aws/tis/reminders", {
9611
9611
  params: { processInstId: this.processIntId }
9612
9612
  }).then((e) => {
9613
9613
  e.code == 200 ? (this.handleTips("\u50AC\u529E\u6210\u529F", !0, "success"), this.endFunction("\u50AC\u529E")) : this.handleTips(e.msg, !0, "error");
9614
- })), this.handleTipsType == "\u64A4\u9500" && (this.handleTips("", !0, "loading"), this.request.post("/aws/pis/revoke", {
9614
+ })), this.handleTipsType == "\u64A4\u9500" && (this.handleTips("", !0, "loading"), this.request.post("/tripartite/aws/pis/revoke", {
9615
9615
  processInstId: this.ProcessInsObj.id,
9616
9616
  processBusinessKey: this.ProcessInsObj.processBusinessKey
9617
9617
  }).then((e) => {
@@ -9645,17 +9645,17 @@ const cd = /* @__PURE__ */ function() {
9645
9645
  }
9646
9646
  },
9647
9647
  async handleRestart() {
9648
- this.handleTips("", !0, "loading"), await this.request.get("/aws/repository/getProcessDefList", {
9648
+ this.handleTips("", !0, "loading"), await this.request.get("/tripartite/aws/repository/getProcessDefList", {
9649
9649
  params: {
9650
9650
  appId: this.processStatus.appId
9651
9651
  }
9652
9652
  }).then((e) => {
9653
- this.processDefList = e.data, this.request.get("/aws/pis/getProcessInstanceByBusinessKey", {
9653
+ this.processDefList = e.data, this.request.get("/tripartite/aws/pis/getProcessInstanceByBusinessKey", {
9654
9654
  params: {
9655
9655
  businessKey: this.formData.businessKey
9656
9656
  }
9657
9657
  }).then((i) => {
9658
- this.processBusiness = i.data, this.request.get("/aws/repository/getFirstProcessNode", {
9658
+ this.processBusiness = i.data, this.request.get("/tripartite/aws/repository/getFirstProcessNode", {
9659
9659
  params: {
9660
9660
  processDefId: this.processBusiness.processDefId
9661
9661
  }