ddy-process-pc-vue3 1.0.1-rc.2.17 → 1.0.1-rc.2.21
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 +10 -7
- package/v2/ddy-process-pc-vue3.umd.cjs +2 -2
- package/v2/style.css +1 -1
- package/v2.7/ddy-process-pc-vue3.js +10 -7
- 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 +10 -7
- package/v3/ddy-process-pc-vue3.umd.cjs +14 -14
- package/v3/style.css +1 -1
|
@@ -2363,7 +2363,7 @@ const g4 = {
|
|
|
2363
2363
|
orgType: [],
|
|
2364
2364
|
codeType: [3],
|
|
2365
2365
|
multiple: !0,
|
|
2366
|
-
maxMultiple: this.processNodeObj && this.processNodeObj.loopCardinality == -1 ?
|
|
2366
|
+
maxMultiple: this.processNodeObj && this.processNodeObj.loopCardinality == -1 ? 1e3 : 1,
|
|
2367
2367
|
deptCode: this.processNodeObj ? this.getDeptCode(1) : "",
|
|
2368
2368
|
deptCodeArray: this.processNodeObj ? this.getDeptCode(0) || [] : [],
|
|
2369
2369
|
subjectName: this.processNodeObj ? this.getSubjectName() : ""
|
|
@@ -2562,7 +2562,7 @@ function w4(e, t, o, n, r, l) {
|
|
|
2562
2562
|
}), null, 16, ["visible", "checkedArray", "positionArray", "onCallback"])
|
|
2563
2563
|
]);
|
|
2564
2564
|
}
|
|
2565
|
-
const vl = /* @__PURE__ */ Ro(g4, [["render", w4], ["__scopeId", "data-v-
|
|
2565
|
+
const vl = /* @__PURE__ */ Ro(g4, [["render", w4], ["__scopeId", "data-v-7b87d81f"]]);
|
|
2566
2566
|
var gl = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, A1 = { exports: {} };
|
|
2567
2567
|
(function(e, t) {
|
|
2568
2568
|
(function(o, n) {
|
|
@@ -3626,7 +3626,7 @@ function q4(e, t, o, n, r, l) {
|
|
|
3626
3626
|
key: 0,
|
|
3627
3627
|
modelValue: r.targetUserId,
|
|
3628
3628
|
"onUpdate:modelValue": t[2] || (t[2] = (h) => r.targetUserId = h),
|
|
3629
|
-
multiple: r.processNodeObj.loopCardinality
|
|
3629
|
+
multiple: r.processNodeObj.loopCardinality == -1,
|
|
3630
3630
|
onChange: l.fixPeopleChange,
|
|
3631
3631
|
placeholder: "\u8BF7\u9009\u62E9"
|
|
3632
3632
|
}, {
|
|
@@ -3652,7 +3652,7 @@ function q4(e, t, o, n, r, l) {
|
|
|
3652
3652
|
personEntity: o.personEntity,
|
|
3653
3653
|
onSelect: l.selectChange,
|
|
3654
3654
|
multiple: "",
|
|
3655
|
-
max: r.processNodeObj.loopCardinality == -1 ?
|
|
3655
|
+
max: r.processNodeObj.loopCardinality == -1 ? 1e3 : 1,
|
|
3656
3656
|
items: l.getTreeData(r.processNodeObj)
|
|
3657
3657
|
}, null, 8, ["processNodeObj", "modelValue", "personType", "personEntity", "onSelect", "max", "items"]))
|
|
3658
3658
|
]),
|
|
@@ -59085,7 +59085,9 @@ const eae = {
|
|
|
59085
59085
|
t.length > 4 ? (o.outside = t.splice(t.length - 4, t.length - 1), o.inside = t) : o.outside = t, e && this.customBtn ? this.customBtn(
|
|
59086
59086
|
{
|
|
59087
59087
|
btnList: this.operBtn(),
|
|
59088
|
-
processStatus: this.processStatus
|
|
59088
|
+
processStatus: this.processStatus,
|
|
59089
|
+
processData: this.processData,
|
|
59090
|
+
nextTaskNode: this.nextTaskNode
|
|
59089
59091
|
},
|
|
59090
59092
|
(n) => {
|
|
59091
59093
|
this.customBtns = n, this.straightenBtns(!1);
|
|
@@ -59183,7 +59185,8 @@ function cae(e, t, o, n, r, l) {
|
|
|
59183
59185
|
style: Me({ height: `${r.baseHeight}px` })
|
|
59184
59186
|
}, [
|
|
59185
59187
|
le(e.$slots, "default", {
|
|
59186
|
-
taskNode: l.getTaskNode()
|
|
59188
|
+
taskNode: l.getTaskNode(),
|
|
59189
|
+
processData: r.processData
|
|
59187
59190
|
}, void 0, !0)
|
|
59188
59191
|
], 4)) : T.name == "\u6D41\u7A0B\u56FE" && !T.slot ? (x(), L(we, { key: 1 }, [
|
|
59189
59192
|
j("div", {
|
|
@@ -59510,7 +59513,7 @@ function cae(e, t, o, n, r, l) {
|
|
|
59510
59513
|
[k, r.boxLoading && !o.isButton]
|
|
59511
59514
|
]);
|
|
59512
59515
|
}
|
|
59513
|
-
const uae = /* @__PURE__ */ Ro(eae, [["render", cae], ["__scopeId", "data-v-
|
|
59516
|
+
const uae = /* @__PURE__ */ Ro(eae, [["render", cae], ["__scopeId", "data-v-9f5de030"]]), dae = async (e, t) => {
|
|
59514
59517
|
const o = t || {}, n = o.dragElement || (o.targetClassName ? sO(e, o.targetClassName) : e.querySelector(".el-dialog"));
|
|
59515
59518
|
let r;
|
|
59516
59519
|
new IntersectionObserver((y) => {
|