ddy-process-h5 1.0.1-rc.3.81 → 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
|
@@ -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) {
|
|
@@ -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"
|