ddy-process-pc-vue3 1.0.1-rc.2.75 → 1.0.1-rc.2.79
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 +2896 -2895
- package/v2/ddy-process-pc-vue3.umd.cjs +30 -30
- package/v2/style.css +1 -1
- package/v2.7/ddy-process-pc-vue3.js +7 -12
- 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 +7 -11
- package/v3/ddy-process-pc-vue3.umd.cjs +2 -2
- package/v3/style.css +1 -1
|
@@ -16,7 +16,7 @@ function vP(e, i) {
|
|
|
16
16
|
}
|
|
17
17
|
return Object.freeze(Object.defineProperty(e, Symbol.toStringTag, { value: "Module" }));
|
|
18
18
|
}
|
|
19
|
-
const bP = "ddy-process-pc-vue3", _P = "1.0.1-rc.2.
|
|
19
|
+
const bP = "ddy-process-pc-vue3", _P = "1.0.1-rc.2.79", yP = "> pc\u7AEF\u6D41\u7A0B\u7EC4\u4EF6", xP = "./ddy-process-pc-vue3.umd.cjs", wP = "./style.css", EP = "module", kP = {
|
|
20
20
|
".": {
|
|
21
21
|
import: "./ddy-process-pc-vue3.js",
|
|
22
22
|
require: "./ddy-process-pc-vue3.umd.cjs"
|
|
@@ -23625,12 +23625,7 @@ var zV = function() {
|
|
|
23625
23625
|
on: {
|
|
23626
23626
|
click: e.viewFlowChart
|
|
23627
23627
|
}
|
|
23628
|
-
}, [e._v(" \u9884\u89C8 ")]) : e._e(), e.
|
|
23629
|
-
staticClass: "view-node-info",
|
|
23630
|
-
on: {
|
|
23631
|
-
click: e.viewFlowForecast
|
|
23632
|
-
}
|
|
23633
|
-
}, [e._v(" \u6D41\u7A0B\u9884\u6D4B ")]) : e._e()], 1), e.hasDeptId ? e._e() : r("el-form-item", {
|
|
23628
|
+
}, [e._v(" \u9884\u89C8 ")]) : e._e(), e._e()], 1), e.hasDeptId ? e._e() : r("el-form-item", {
|
|
23634
23629
|
attrs: {
|
|
23635
23630
|
size: "medium",
|
|
23636
23631
|
label: "\u9009\u62E9\u90E8\u95E8",
|
|
@@ -23966,7 +23961,7 @@ const HV = {
|
|
|
23966
23961
|
showType: "all",
|
|
23967
23962
|
subjectId: this.subjectId,
|
|
23968
23963
|
deptId: this.deptId,
|
|
23969
|
-
businessType: this.businessCode,
|
|
23964
|
+
businessType: this.businessCode + "",
|
|
23970
23965
|
...e,
|
|
23971
23966
|
...this._vars
|
|
23972
23967
|
}
|
|
@@ -23984,7 +23979,7 @@ const HV = {
|
|
|
23984
23979
|
showType: "all",
|
|
23985
23980
|
subjectId: this.subjectId,
|
|
23986
23981
|
deptId: this.deptId,
|
|
23987
|
-
businessType: this.businessCode,
|
|
23982
|
+
businessType: this.businessCode + "",
|
|
23988
23983
|
...e,
|
|
23989
23984
|
...this._vars
|
|
23990
23985
|
};
|
|
@@ -24038,7 +24033,7 @@ const HV = {
|
|
|
24038
24033
|
userInfo: {},
|
|
24039
24034
|
processGroupName: ""
|
|
24040
24035
|
}) {
|
|
24041
|
-
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, r) => {
|
|
24036
|
+
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, r) => {
|
|
24042
24037
|
this.cancelCallBack = r, et.repository.getProcessDefListNew(e).then((a) => {
|
|
24043
24038
|
a.code == Et.success && (a.data.length == 1 ? (this.processDefList = a.data, this.processDefId = a.data[0].id, this.processDefName = a.data[0].name, et.repository.getFirstProcessNode(this.processDefId).then(async (s) => {
|
|
24044
24039
|
if (s.code == Et.success) {
|
|
@@ -24125,7 +24120,7 @@ const HV = {
|
|
|
24125
24120
|
const c = ((this.processData.process || {}).variables || {}).deptId;
|
|
24126
24121
|
this.deptId = c, this._businessDeptId = c, this.hasDeptId = !!c;
|
|
24127
24122
|
const p = (this.processData.process || {}).taskId;
|
|
24128
|
-
return this.absoluteTaskId = p, this.revival = !0, this.businessId = i, this.subjectId = s.data.process.variables.subjectId, this.businessCode = s.data.process.variables.businessType, this.revivalVars = s.data.process.variables, this.processDefId = s.data.process.processDefinitionId, this.processDefName = s.data.process.processDefinitionName, this.processDefList = [], this.Show(s.data.process.processDefinitionId, "", !0);
|
|
24123
|
+
return this.absoluteTaskId = p, this.revival = !0, this.businessId = i, this.subjectId = s.data.process.variables.subjectId, this.businessCode = s.data.process.variables.businessType + "", this.revivalVars = s.data.process.variables, this.processDefId = s.data.process.processDefinitionId, this.processDefName = s.data.process.processDefinitionName, this.processDefList = [], this.Show(s.data.process.processDefinitionId, "", !0);
|
|
24129
24124
|
}
|
|
24130
24125
|
},
|
|
24131
24126
|
onClickOperation() {
|
|
@@ -24154,7 +24149,7 @@ var UV = /* @__PURE__ */ Bi(
|
|
|
24154
24149
|
$V,
|
|
24155
24150
|
!1,
|
|
24156
24151
|
YV,
|
|
24157
|
-
"
|
|
24152
|
+
"083f5f94",
|
|
24158
24153
|
null,
|
|
24159
24154
|
null
|
|
24160
24155
|
);
|