ddy-process-h5 1.0.1-rc.3.79 → 1.0.1-rc.3.83
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/v2.7/ddy-process-h5.js
CHANGED
|
@@ -23481,6 +23481,7 @@ const cT = /* @__PURE__ */ function() {
|
|
|
23481
23481
|
selfTapList: { require: !1, default: () => [], type: Array },
|
|
23482
23482
|
processDefId: { require: !0, default: "", type: String },
|
|
23483
23483
|
processInstId: { require: !0, default: "", type: String },
|
|
23484
|
+
taskId: { require: !1, default: "", type: String },
|
|
23484
23485
|
isAdditional: { require: !1, default: !1, type: Boolean },
|
|
23485
23486
|
isView: { default: !1, type: Boolean },
|
|
23486
23487
|
businessSubjectId: { default: "", type: String },
|
|
@@ -23587,7 +23588,6 @@ const cT = /* @__PURE__ */ function() {
|
|
|
23587
23588
|
taskState: NaN,
|
|
23588
23589
|
taskCurrent: 0,
|
|
23589
23590
|
taskObj: {},
|
|
23590
|
-
taskId: "",
|
|
23591
23591
|
taskNodeShow: !1,
|
|
23592
23592
|
actionShow: !1,
|
|
23593
23593
|
titleText: "",
|
|
@@ -23633,7 +23633,7 @@ const cT = /* @__PURE__ */ function() {
|
|
|
23633
23633
|
async handler(e, t) {
|
|
23634
23634
|
this.$nextTick(() => {
|
|
23635
23635
|
this.processIntId = this.processInstId || this.formData.processId || this.formData.processInstId, e && (this.request.get("/bladex/blade-workflow/tis/getTaskModelDetail", {
|
|
23636
|
-
params: { processInstId: this.processInstId }
|
|
23636
|
+
params: this.taskId ? { processInstId: this.processInstId, taskId: this.taskId } : { processInstId: this.processInstId }
|
|
23637
23637
|
}).then((i) => {
|
|
23638
23638
|
var s;
|
|
23639
23639
|
if (i.code == 200) {
|
|
@@ -23787,7 +23787,7 @@ const cT = /* @__PURE__ */ function() {
|
|
|
23787
23787
|
methods: {
|
|
23788
23788
|
async getCurrentProcess() {
|
|
23789
23789
|
this.request.get("/bladex/blade-workflow/repository/queryTaskNodeList", {
|
|
23790
|
-
params: { processInstId: this.processIntId }
|
|
23790
|
+
params: this.taskId ? { processInstId: this.processIntId, taskId: this.taskId } : { processInstId: this.processIntId }
|
|
23791
23791
|
}).then((e) => {
|
|
23792
23792
|
if (e.code == 200) {
|
|
23793
23793
|
const t = {};
|
|
@@ -24429,7 +24429,7 @@ function fT(e) {
|
|
|
24429
24429
|
}
|
|
24430
24430
|
const _T = /* @__PURE__ */ function() {
|
|
24431
24431
|
return hT.exports;
|
|
24432
|
-
}(), mT = "ddy-process-h5", gT = "1.0.1-rc.3.
|
|
24432
|
+
}(), mT = "ddy-process-h5", gT = "1.0.1-rc.3.83", yT = "> app\u7AEF \u6D41\u7A0B\u63D2\u4EF6", vT = "./ddy-process-h5.umd.cjs", AT = "./style.css", bT = "module", CT = {
|
|
24433
24433
|
".": {
|
|
24434
24434
|
import: "./ddy-process-h5.js",
|
|
24435
24435
|
require: "./ddy-process-h5.umd.cjs"
|