ddy-process-pc-vue3 1.0.1-rc.2.25 → 1.0.1-rc.2.29
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-pc-vue3.js +4 -2
- package/v2/ddy-process-pc-vue3.umd.cjs +2 -2
- package/v2/style.css +1 -1
- package/v2.7/ddy-process-pc-vue3.js +4 -2
- package/v2.7/ddy-process-pc-vue3.umd.cjs +2 -2
- package/v2.7/style.css +1 -1
- package/v3/ddy-process-pc-vue3.js +4 -2
- package/v3/ddy-process-pc-vue3.umd.cjs +2 -2
- package/v3/style.css +1 -1
package/package.json
CHANGED
|
@@ -202,6 +202,7 @@ const ai = "/aws", hi = "/bladex/blade-workflow", $D = "/auth", et = {
|
|
|
202
202
|
let i = {
|
|
203
203
|
url: hi + "/repository/getProcessDefList",
|
|
204
204
|
param: {
|
|
205
|
+
...e,
|
|
205
206
|
businessCode: e.businessCode
|
|
206
207
|
},
|
|
207
208
|
type: "post"
|
|
@@ -24996,7 +24997,8 @@ const DG = {
|
|
|
24996
24997
|
businessType: "",
|
|
24997
24998
|
keyWord: "",
|
|
24998
24999
|
businessDeptId: "",
|
|
24999
|
-
userInfo: {}
|
|
25000
|
+
userInfo: {},
|
|
25001
|
+
processGroupName: ""
|
|
25000
25002
|
}) {
|
|
25001
25003
|
return this.processList = [], this.otherProcessList = [], this.processDefId = "", this.processDefName = "", this.revival = !1, this._appId = e.appId, this._businessDeptId = e.businessDeptId, this.businessCode = e.businessCode || e.businessType, this.userInfo = e.userInfo, this.deptId = e.userInfo.deptId, this.subjectId = e.userInfo.subjectId, this.hasDeptId = !!this.deptId, this._businessDeptId, new Promise((i, n) => {
|
|
25002
25004
|
this.cancelCallBack = n, et.repository.getProcessDefListNew(e).then((a) => {
|
|
@@ -25114,7 +25116,7 @@ var IG = /* @__PURE__ */ Ii(
|
|
|
25114
25116
|
SG,
|
|
25115
25117
|
!1,
|
|
25116
25118
|
BG,
|
|
25117
|
-
"
|
|
25119
|
+
"0ef60732",
|
|
25118
25120
|
null,
|
|
25119
25121
|
null
|
|
25120
25122
|
);
|