ddy-process-h5 1.0.1-rc.3.39 → 1.0.1-rc.3.53
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 +1 -1
- package/v2/ddy-process-h5.js +335 -332
- package/v2/ddy-process-h5.umd.cjs +1 -1
- package/v2.7/ddy-process-h5.js +5 -2
- package/v2.7/ddy-process-h5.umd.cjs +1 -1
- package/v3/ddy-process-h5.js +238 -235
- package/v3/ddy-process-h5.umd.cjs +6 -6
package/v2.7/ddy-process-h5.js
CHANGED
|
@@ -16688,6 +16688,7 @@ const Du = /* @__PURE__ */ function() {
|
|
|
16688
16688
|
let e = {
|
|
16689
16689
|
businessCode: this.businessType,
|
|
16690
16690
|
appId: this.appId,
|
|
16691
|
+
subjectId: this.businessSubjectId,
|
|
16691
16692
|
processGroupName: this.processNameData,
|
|
16692
16693
|
...this.extraParams
|
|
16693
16694
|
};
|
|
@@ -21807,6 +21808,7 @@ const U0 = /* @__PURE__ */ function() {
|
|
|
21807
21808
|
processInstId: { require: !0, default: "", type: String },
|
|
21808
21809
|
isAdditional: { require: !1, default: !1, type: Boolean },
|
|
21809
21810
|
isView: { default: !1, type: Boolean },
|
|
21811
|
+
businessSubjectId: { default: "", type: String },
|
|
21810
21812
|
formData: { default: {}, type: Object },
|
|
21811
21813
|
getVarsStatus: { default: !0, type: Boolean },
|
|
21812
21814
|
getVars: { default: null, type: Function },
|
|
@@ -22435,7 +22437,8 @@ const U0 = /* @__PURE__ */ function() {
|
|
|
22435
22437
|
},
|
|
22436
22438
|
async handleRestart() {
|
|
22437
22439
|
this.handleTips("", !0, "loading"), await this.request.post("/bladex/blade-workflow/repository/getProcessDefList", {
|
|
22438
|
-
appId: this.processStatus.appId
|
|
22440
|
+
appId: this.processStatus.appId,
|
|
22441
|
+
subjectId: this.formData.subjectId || this.businessSubjectId
|
|
22439
22442
|
}).then((e) => {
|
|
22440
22443
|
this.processDefList = e.data, this.request.get("/aws/pis/getProcessInstanceByBusinessKey", {
|
|
22441
22444
|
params: {
|
|
@@ -22751,7 +22754,7 @@ function K0(e) {
|
|
|
22751
22754
|
}
|
|
22752
22755
|
const lC = /* @__PURE__ */ function() {
|
|
22753
22756
|
return H0.exports;
|
|
22754
|
-
}(), W0 = "ddy-process-h5", Y0 = "1.0.1-rc.3.
|
|
22757
|
+
}(), W0 = "ddy-process-h5", Y0 = "1.0.1-rc.3.53", z0 = "> app\u7AEF \u6D41\u7A0B\u63D2\u4EF6", X0 = "./ddy-process-h5.umd.cjs", Z0 = "./style.css", $0 = "module", eC = {
|
|
22755
22758
|
".": {
|
|
22756
22759
|
import: "./ddy-process-h5.js",
|
|
22757
22760
|
require: "./ddy-process-h5.umd.cjs"
|