ddy-process-h5 1.0.1-rc.3.79 → 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
package/v2/ddy-process-h5.js
CHANGED
|
@@ -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.
|
|
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"
|