ddy-process-h5 1.0.1-rc.2.93 → 1.0.1-rc.2.99
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
|
@@ -16654,14 +16654,18 @@ const Nu = /* @__PURE__ */ function() {
|
|
|
16654
16654
|
this.$refs.TopDownSelect.handleExpand();
|
|
16655
16655
|
},
|
|
16656
16656
|
async handleOption() {
|
|
16657
|
-
this.checkedItem = {}, this.firstPerson = [], this.personList = [],
|
|
16657
|
+
if (this.checkedItem = {}, this.firstPerson = [], this.personList = [], this.selfList && this.selfList.length)
|
|
16658
|
+
return;
|
|
16659
|
+
this.handleTips("", !0, "loading");
|
|
16660
|
+
let e = {
|
|
16658
16661
|
businessCode: this.businessType,
|
|
16659
16662
|
appId: this.appId,
|
|
16660
16663
|
processGroupName: this.processNameData,
|
|
16661
16664
|
...this.extraParams
|
|
16662
|
-
}
|
|
16663
|
-
|
|
16664
|
-
|
|
16665
|
+
};
|
|
16666
|
+
this.processNameData && delete e.processGroupName, await this.request.post("/bladex/blade-workflow/repository/getProcessDefList", e).then((i) => {
|
|
16667
|
+
i.code == 200 && (this.option = i.data, i.data && i.data.length ? (this.handleTips("", !1, "success"), (this.isSelectFirst || i.data.length == 1) && (this.checkedItem = this.option[0], this.selectDefaultValue = this.checkedItem.id, this.$emit("change", this.checkedItem, this.option), this.handlefirstNode(this.checkedItem.id))) : (this.handleTips("\u6682\u65E0\u6D41\u7A0B\u8282\u70B9\u4FE1\u606F", !0, "error"), this.option = []), this.businessDeptIdData || this.getNodeUserDept());
|
|
16668
|
+
});
|
|
16665
16669
|
},
|
|
16666
16670
|
async getProcessInstance() {
|
|
16667
16671
|
},
|
|
@@ -21456,6 +21460,7 @@ const A0 = {
|
|
|
21456
21460
|
}), await this.param.request.post("/bladex/blade-workflow/tis/createCCTask", {
|
|
21457
21461
|
processInstId: this.param.processInstId,
|
|
21458
21462
|
taskId: this.param.taskInstId,
|
|
21463
|
+
title: "",
|
|
21459
21464
|
participant: e
|
|
21460
21465
|
}).then((i) => {
|
|
21461
21466
|
i.code == 200 ? (this.$emit("handleClosecctaskTopPopup"), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"), window.top.postMessage("success", "*"), this.handleFinal()) : this.handleTips(i.msg, !0, "error");
|
|
@@ -22703,7 +22708,7 @@ function M0(e) {
|
|
|
22703
22708
|
}
|
|
22704
22709
|
const W0 = /* @__PURE__ */ function() {
|
|
22705
22710
|
return D0.exports;
|
|
22706
|
-
}(), O0 = "ddy-process-h5", B0 = "1.0.1-rc.2.
|
|
22711
|
+
}(), O0 = "ddy-process-h5", B0 = "1.0.1-rc.2.99", R0 = "> app\u7AEF \u6D41\u7A0B\u63D2\u4EF6", L0 = "./ddy-process-h5.umd.cjs", F0 = "./style.css", V0 = "module", j0 = {
|
|
22707
22712
|
".": {
|
|
22708
22713
|
import: "./ddy-process-h5.js",
|
|
22709
22714
|
require: "./ddy-process-h5.umd.cjs"
|