ui-process-h5 1.6.1 → 1.6.3
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 +2 -2
- package/v2/style.css +1 -1
- package/v2/ui-process-h5.js +69 -84
- package/v2/ui-process-h5.umd.cjs +2 -2
- package/v2.7/style.css +1 -1
- package/v2.7/ui-process-h5.js +69 -84
- package/v2.7/ui-process-h5.umd.cjs +2 -2
- package/v3/style.css +1 -1
- package/v3/ui-process-h5.js +913 -927
- package/v3/ui-process-h5.umd.cjs +9 -9
package/v2.7/ui-process-h5.js
CHANGED
|
@@ -4695,10 +4695,6 @@ const dt = /* @__PURE__ */ function() {
|
|
|
4695
4695
|
isSlots: {
|
|
4696
4696
|
type: Boolean,
|
|
4697
4697
|
default: !1
|
|
4698
|
-
},
|
|
4699
|
-
disibled: {
|
|
4700
|
-
type: Boolean,
|
|
4701
|
-
default: !1
|
|
4702
4698
|
}
|
|
4703
4699
|
},
|
|
4704
4700
|
data() {
|
|
@@ -4739,7 +4735,7 @@ const dt = /* @__PURE__ */ function() {
|
|
|
4739
4735
|
},
|
|
4740
4736
|
methods: {
|
|
4741
4737
|
handleExpand() {
|
|
4742
|
-
this.
|
|
4738
|
+
this.expand ? this.expand = !1 : this.expand = !0;
|
|
4743
4739
|
},
|
|
4744
4740
|
handleClick(e, i) {
|
|
4745
4741
|
this.active != e.id && (this.active = e.id, this.activeItem = e, this.expand = !1, this.$emit("change", this.activeItem, this.lists));
|
|
@@ -8761,28 +8757,26 @@ const py = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAA
|
|
|
8761
8757
|
) : this.entity.checkedArray = [];
|
|
8762
8758
|
else if (e.humanPerformerName === "\u56FA\u5B9A\u90E8\u95E8") {
|
|
8763
8759
|
let i, s = [];
|
|
8764
|
-
e.routeTxt.departmentIds.
|
|
8765
|
-
|
|
8766
|
-
|
|
8767
|
-
|
|
8768
|
-
|
|
8769
|
-
|
|
8770
|
-
|
|
8771
|
-
|
|
8772
|
-
|
|
8773
|
-
|
|
8774
|
-
|
|
8775
|
-
|
|
8776
|
-
|
|
8777
|
-
|
|
8778
|
-
|
|
8779
|
-
|
|
8780
|
-
|
|
8781
|
-
|
|
8782
|
-
|
|
8783
|
-
|
|
8784
|
-
multiple: e.loopCardinality != 1,
|
|
8785
|
-
maxMultiple: e.loopCardinality > 0 ? e.loopCardinality : 0
|
|
8760
|
+
e.routeTxt.departmentIds.map((r, c) => {
|
|
8761
|
+
e.routeTxt.departmentIds.length > 1 ? (s.push(r.rangeId), this.entity = {
|
|
8762
|
+
source: "1",
|
|
8763
|
+
type: this.isCheckType || "0",
|
|
8764
|
+
orgType: this.isOrgType || "0",
|
|
8765
|
+
request: this.request,
|
|
8766
|
+
codeType: this.isCodeType || [3],
|
|
8767
|
+
deptCodeArray: s,
|
|
8768
|
+
multiple: e.loopCardinality != 1,
|
|
8769
|
+
maxMultiple: e.loopCardinality > 0 ? e.loopCardinality : 0
|
|
8770
|
+
}) : (i = r.rangeId, this.entity = {
|
|
8771
|
+
source: "1",
|
|
8772
|
+
type: this.isCheckType || "0",
|
|
8773
|
+
orgType: this.isOrgType || "0",
|
|
8774
|
+
request: this.request,
|
|
8775
|
+
codeType: this.isCodeType || [3],
|
|
8776
|
+
deptCode: i,
|
|
8777
|
+
multiple: e.loopCardinality != 1,
|
|
8778
|
+
maxMultiple: e.loopCardinality > 0 ? e.loopCardinality : 0
|
|
8779
|
+
});
|
|
8786
8780
|
}), this.multiNodeParticipant[e.id] && this.multiNodeParticipant[e.id].length ? this.entity.checkedArray = this.personListCopy[e.id].map(
|
|
8787
8781
|
(r) => ({
|
|
8788
8782
|
uid: r.uid,
|
|
@@ -8923,8 +8917,7 @@ var hy = function() {
|
|
|
8923
8917
|
attrs: {
|
|
8924
8918
|
isSlots: "",
|
|
8925
8919
|
option: e.option,
|
|
8926
|
-
defaultValue: e.selectDefaultValue
|
|
8927
|
-
disibled: e.resubmit
|
|
8920
|
+
defaultValue: e.selectDefaultValue
|
|
8928
8921
|
},
|
|
8929
8922
|
on: {
|
|
8930
8923
|
change: e.handleChange
|
|
@@ -8942,8 +8935,7 @@ var hy = function() {
|
|
|
8942
8935
|
}, [s("div", {
|
|
8943
8936
|
staticClass: "sumbmitPopup-select-checked-title"
|
|
8944
8937
|
}, [e._v(" \u5F53\u524D\u6D41\u7A0B ")]), s("div", {
|
|
8945
|
-
staticClass: "sumbmitPopup-select-checked-node"
|
|
8946
|
-
class: e.resubmit ? "sumbmitPopup-select-checked-node-none" : ""
|
|
8938
|
+
staticClass: "sumbmitPopup-select-checked-node"
|
|
8947
8939
|
}, [e._v(" " + e._s(r.data.name ? r.data.name : r.data.placeholder) + " ")])]), s("div", {
|
|
8948
8940
|
staticClass: "sumbmitPopup-select-viewTrack"
|
|
8949
8941
|
}, [e.checkedItem.id ? s("div", {
|
|
@@ -9060,7 +9052,7 @@ var vy = /* @__PURE__ */ be(
|
|
|
9060
9052
|
fy,
|
|
9061
9053
|
!1,
|
|
9062
9054
|
my,
|
|
9063
|
-
"
|
|
9055
|
+
"afd13d7c",
|
|
9064
9056
|
null,
|
|
9065
9057
|
null
|
|
9066
9058
|
);
|
|
@@ -9580,7 +9572,7 @@ var xy = /* @__PURE__ */ be(
|
|
|
9580
9572
|
Ty,
|
|
9581
9573
|
!1,
|
|
9582
9574
|
By,
|
|
9583
|
-
"
|
|
9575
|
+
"66478dbb",
|
|
9584
9576
|
null,
|
|
9585
9577
|
null
|
|
9586
9578
|
);
|
|
@@ -9633,9 +9625,7 @@ var Dy = function() {
|
|
|
9633
9625
|
r.target.composing || (e.commentMsg = r.target.value);
|
|
9634
9626
|
}
|
|
9635
9627
|
}
|
|
9636
|
-
}), s("div", {
|
|
9637
|
-
staticClass: "text-num"
|
|
9638
|
-
}, [e._v(e._s(e.commentMsg.length) + "/200")])]), e.param.isMsg ? s("div", {
|
|
9628
|
+
})]), e.param.isMsg ? s("div", {
|
|
9639
9629
|
staticClass: "msg-btn"
|
|
9640
9630
|
}, [s("span", {
|
|
9641
9631
|
staticClass: "msg-btn-click",
|
|
@@ -9772,7 +9762,7 @@ var Dy = function() {
|
|
|
9772
9762
|
}, Sy = [function() {
|
|
9773
9763
|
var e = this, i = e.$createElement, s = e._self._c || i;
|
|
9774
9764
|
return s("div", {
|
|
9775
|
-
staticClass: "process-pc-label
|
|
9765
|
+
staticClass: "process-pc-label"
|
|
9776
9766
|
}, [e._v(" \u52A0\u7B7E\u7406\u7531\uFF1A"), s("span", {
|
|
9777
9767
|
staticClass: "process-pc-label--re"
|
|
9778
9768
|
}, [e._v("*")])]);
|
|
@@ -9937,7 +9927,7 @@ var My = /* @__PURE__ */ be(
|
|
|
9937
9927
|
Sy,
|
|
9938
9928
|
!1,
|
|
9939
9929
|
Qy,
|
|
9940
|
-
"
|
|
9930
|
+
"336021b0",
|
|
9941
9931
|
null,
|
|
9942
9932
|
null
|
|
9943
9933
|
);
|
|
@@ -9990,9 +9980,7 @@ var Py = function() {
|
|
|
9990
9980
|
r.target.composing || (e.commentMsg = r.target.value);
|
|
9991
9981
|
}
|
|
9992
9982
|
}
|
|
9993
|
-
}), s("div", {
|
|
9994
|
-
staticClass: "text-num"
|
|
9995
|
-
}, [e._v(e._s(e.commentMsg.length) + "/200")])]), e.param.isMsg ? s("div", {
|
|
9983
|
+
})]), e.param.isMsg ? s("div", {
|
|
9996
9984
|
staticClass: "msg-btn"
|
|
9997
9985
|
}, [s("span", {
|
|
9998
9986
|
staticClass: "msg-btn-click",
|
|
@@ -10129,7 +10117,7 @@ var Py = function() {
|
|
|
10129
10117
|
}, _y = [function() {
|
|
10130
10118
|
var e = this, i = e.$createElement, s = e._self._c || i;
|
|
10131
10119
|
return s("div", {
|
|
10132
|
-
staticClass: "process-pc-label
|
|
10120
|
+
staticClass: "process-pc-label"
|
|
10133
10121
|
}, [e._v(" \u8F6C\u5BA1\u7406\u7531\uFF1A"), s("span", {
|
|
10134
10122
|
staticClass: "process-pc-label--re"
|
|
10135
10123
|
}, [e._v("*")])]);
|
|
@@ -10293,7 +10281,7 @@ var Uy = /* @__PURE__ */ be(
|
|
|
10293
10281
|
_y,
|
|
10294
10282
|
!1,
|
|
10295
10283
|
Vy,
|
|
10296
|
-
"
|
|
10284
|
+
"43ddf55d",
|
|
10297
10285
|
null,
|
|
10298
10286
|
null
|
|
10299
10287
|
);
|
|
@@ -10308,10 +10296,8 @@ var Gy = function() {
|
|
|
10308
10296
|
var e = this, i = e.$createElement, s = e._self._c || i;
|
|
10309
10297
|
return s("div", {
|
|
10310
10298
|
staticClass: "process-popup-content"
|
|
10311
|
-
}, [e.param.ProcessInsObj.processDefId
|
|
10312
|
-
staticClass: "process-
|
|
10313
|
-
}, [e.param.isQuickReply ? s("div", {
|
|
10314
|
-
staticClass: "process-pc-label process-kjhf"
|
|
10299
|
+
}, [e.param.ProcessInsObj.processDefId != "obj_94014ede99b6495d8f6d5977314faa15" ? s("div", [e.param.isQuickReply ? s("div", {
|
|
10300
|
+
staticClass: "process-pc-label"
|
|
10315
10301
|
}, [e._v(" \u5FEB\u6377\u56DE\u590D ")]) : e._e(), e.param.isQuickReply ? s("div", {
|
|
10316
10302
|
staticClass: "process-pc-value",
|
|
10317
10303
|
staticStyle: {
|
|
@@ -10331,7 +10317,12 @@ var Gy = function() {
|
|
|
10331
10317
|
return e.commentMsg = r;
|
|
10332
10318
|
}
|
|
10333
10319
|
}
|
|
10334
|
-
}, [s("span"
|
|
10320
|
+
}, [s("span", [r == e.commentMsg ? s("img", {
|
|
10321
|
+
staticClass: "process-radio-item-check",
|
|
10322
|
+
attrs: {
|
|
10323
|
+
src: e.check
|
|
10324
|
+
}
|
|
10325
|
+
}) : e._e()]), e._v(" " + e._s(r) + " ")]);
|
|
10335
10326
|
}) : e._l(e.msgCheckListS, function(r) {
|
|
10336
10327
|
return s("div", {
|
|
10337
10328
|
staticClass: "process-radio-item",
|
|
@@ -10341,7 +10332,12 @@ var Gy = function() {
|
|
|
10341
10332
|
return e.commentMsg = r;
|
|
10342
10333
|
}
|
|
10343
10334
|
}
|
|
10344
|
-
}, [s("span"
|
|
10335
|
+
}, [s("span", [r == e.commentMsg ? s("img", {
|
|
10336
|
+
staticClass: "process-radio-item-check",
|
|
10337
|
+
attrs: {
|
|
10338
|
+
src: e.check
|
|
10339
|
+
}
|
|
10340
|
+
}) : e._e()]), e._v(" " + e._s(r) + " ")]);
|
|
10345
10341
|
}), e.param.isMsg ? s("div", {
|
|
10346
10342
|
staticClass: "process-radio-item",
|
|
10347
10343
|
staticStyle: {
|
|
@@ -10392,9 +10388,7 @@ var Gy = function() {
|
|
|
10392
10388
|
r.target.composing || (e.commentMsg = r.target.value);
|
|
10393
10389
|
}
|
|
10394
10390
|
}
|
|
10395
|
-
}), e.
|
|
10396
|
-
staticClass: "text-num"
|
|
10397
|
-
}, [e._v(e._s(e.commentMsg.length) + "/200")])]), e.param.isMsg ? s("div", {
|
|
10391
|
+
})]), e.param.isMsg ? s("div", {
|
|
10398
10392
|
staticClass: "msg-btn"
|
|
10399
10393
|
}, [s("span", {
|
|
10400
10394
|
staticClass: "msg-btn-click",
|
|
@@ -10403,9 +10397,7 @@ var Gy = function() {
|
|
|
10403
10397
|
return e.handleMakeMsg();
|
|
10404
10398
|
}
|
|
10405
10399
|
}
|
|
10406
|
-
}, [e._v("\u8BBE\u7F6E\u4E3A\u5E38\u7528\u610F\u89C1")])]) : e._e()])]) : e._e(),
|
|
10407
|
-
staticClass: "process-checks"
|
|
10408
|
-
}, [e.taskNode && e.taskNode.length > 0 && e.taskNode[0].taskState != 4 && e.taskNode[0].taskState != 11 ? [e.nextNodeData.length ? [e._l(e.nextNodeData, function(r) {
|
|
10400
|
+
}, [e._v("\u8BBE\u7F6E\u4E3A\u5E38\u7528\u610F\u89C1")])]) : e._e()])]) : e._e(), e.taskNode && e.taskNode.length > 0 && e.taskNode[0].taskState != 4 && e.taskNode[0].taskState != 11 ? [e.nextNodeData.length ? [e._l(e.nextNodeData, function(r) {
|
|
10409
10401
|
var c, l;
|
|
10410
10402
|
return [r.type != "endEvent" && e.isOption(r == null || (c = r.userTaskModelDTO) === null || c === void 0 || (l = c.humanPerformer) === null || l === void 0 ? void 0 : l.name) ? [s("div", {
|
|
10411
10403
|
staticClass: "process-pc-label"
|
|
@@ -10590,7 +10582,7 @@ var Gy = function() {
|
|
|
10590
10582
|
staticClass: "process-pc-label"
|
|
10591
10583
|
}, [e._v(" \u4E0B\u4E00\u8282\u70B9\u5BA1\u6279 ")]), s("div", {
|
|
10592
10584
|
staticClass: "process-pc-value"
|
|
10593
|
-
}, [e._v(" " + e._s(e.radioCheckChild[0].type === "EndEventModel" ? "\u7ED3\u675F\u4E8B\u4EF6" : e.radioCheckName) + " ")])]] : e._e()] : e._e()] : e._e()
|
|
10585
|
+
}, [e._v(" " + e._s(e.radioCheckChild[0].type === "EndEventModel" ? "\u7ED3\u675F\u4E8B\u4EF6" : e.radioCheckName) + " ")])]] : e._e()] : e._e()] : e._e(), s("TopTips", {
|
|
10594
10586
|
ref: "topTips",
|
|
10595
10587
|
attrs: {
|
|
10596
10588
|
text: e.textTips,
|
|
@@ -10667,11 +10659,11 @@ var Gy = function() {
|
|
|
10667
10659
|
on: {
|
|
10668
10660
|
getValue: e.getValues
|
|
10669
10661
|
}
|
|
10670
|
-
}) : e._e()],
|
|
10662
|
+
}) : e._e()], 2);
|
|
10671
10663
|
}, Ry = [function() {
|
|
10672
10664
|
var e = this, i = e.$createElement, s = e._self._c || i;
|
|
10673
10665
|
return s("div", {
|
|
10674
|
-
staticClass: "process-pc-label
|
|
10666
|
+
staticClass: "process-pc-label"
|
|
10675
10667
|
}, [e._v(" \u5BA1\u6279\u610F\u89C1 "), s("span", {
|
|
10676
10668
|
staticClass: "process-pc-label--re"
|
|
10677
10669
|
}, [e._v("*")])]);
|
|
@@ -10883,17 +10875,15 @@ const qy = {
|
|
|
10883
10875
|
};
|
|
10884
10876
|
} else if (e.humanPerformer.name == "\u56FA\u5B9A\u90E8\u95E8") {
|
|
10885
10877
|
let i, s = [], r = [];
|
|
10886
|
-
e.routeTxt.departmentIds.
|
|
10887
|
-
i = c.rangeId;
|
|
10888
|
-
}) : e.routeTxt.departmentIds.length > 1 && e.routeTxt.departmentIds.map((c, l) => {
|
|
10889
|
-
s.push(c.rangeId);
|
|
10878
|
+
e.routeTxt.departmentIds.map((c, l) => {
|
|
10879
|
+
e.routeTxt.departmentIds.length > 1 ? s.push(c.rangeId) : i = c.rangeId;
|
|
10890
10880
|
}), this.multiNodeParticipant[e.id] && this.multiNodeParticipant[e.id].length && this.multiNodeParticipant[e.id].map((c, l) => {
|
|
10891
10881
|
r.push({
|
|
10892
10882
|
type: 3,
|
|
10893
10883
|
uid: c,
|
|
10894
10884
|
deptId: i
|
|
10895
10885
|
});
|
|
10896
|
-
}), e.routeTxt.departmentIds.length
|
|
10886
|
+
}), e.routeTxt.departmentIds.length > 1 ? this.entity = {
|
|
10897
10887
|
source: "1",
|
|
10898
10888
|
type: this.param.isCheckType || "0",
|
|
10899
10889
|
orgType: this.param.isOrgType || [0],
|
|
@@ -10901,9 +10891,9 @@ const qy = {
|
|
|
10901
10891
|
codeType: this.param.isCodeType || [3],
|
|
10902
10892
|
multiple: e.loopCardinality != 1,
|
|
10903
10893
|
maxMultiple: e.loopCardinality > 0 ? e.loopCardinality : 0,
|
|
10904
|
-
|
|
10894
|
+
deptCodeArray: s,
|
|
10905
10895
|
checkedArray: r
|
|
10906
|
-
} :
|
|
10896
|
+
} : this.entity = {
|
|
10907
10897
|
source: "1",
|
|
10908
10898
|
type: this.param.isCheckType || "0",
|
|
10909
10899
|
orgType: this.param.isOrgType || [0],
|
|
@@ -10911,9 +10901,9 @@ const qy = {
|
|
|
10911
10901
|
codeType: this.param.isCodeType || [3],
|
|
10912
10902
|
multiple: e.loopCardinality != 1,
|
|
10913
10903
|
maxMultiple: e.loopCardinality > 0 ? e.loopCardinality : 0,
|
|
10914
|
-
|
|
10904
|
+
deptCode: i,
|
|
10915
10905
|
checkedArray: r
|
|
10916
|
-
}
|
|
10906
|
+
};
|
|
10917
10907
|
} else {
|
|
10918
10908
|
let i = [];
|
|
10919
10909
|
this.multiNodeParticipant[e.id] && this.multiNodeParticipant[e.id].length && (console.log("\u5B58\u5728:::", this.multiNodeParticipant[e.id]), this.multiNodeParticipant[e.id].map((s, r) => {
|
|
@@ -11040,7 +11030,7 @@ var Ky = /* @__PURE__ */ be(
|
|
|
11040
11030
|
Ry,
|
|
11041
11031
|
!1,
|
|
11042
11032
|
Yy,
|
|
11043
|
-
"
|
|
11033
|
+
"663e941c",
|
|
11044
11034
|
null,
|
|
11045
11035
|
null
|
|
11046
11036
|
);
|
|
@@ -11093,9 +11083,7 @@ var Wy = function() {
|
|
|
11093
11083
|
r.target.composing || (e.commentMsg = r.target.value);
|
|
11094
11084
|
}
|
|
11095
11085
|
}
|
|
11096
|
-
}), s("div", {
|
|
11097
|
-
staticClass: "text-num"
|
|
11098
|
-
}, [e._v(e._s(e.commentMsg.length) + "/200")])]), e.param.isMsg ? s("div", {
|
|
11086
|
+
})]), e.param.isMsg ? s("div", {
|
|
11099
11087
|
staticClass: "msg-btn"
|
|
11100
11088
|
}, [s("span", {
|
|
11101
11089
|
staticClass: "msg-btn-click",
|
|
@@ -11226,7 +11214,7 @@ var Wy = function() {
|
|
|
11226
11214
|
}, Zy = [function() {
|
|
11227
11215
|
var e = this, i = e.$createElement, s = e._self._c || i;
|
|
11228
11216
|
return s("div", {
|
|
11229
|
-
staticClass: "process-pc-label
|
|
11217
|
+
staticClass: "process-pc-label"
|
|
11230
11218
|
}, [e._v(" \u62D2\u7EDD\u7406\u7531\uFF1A "), s("span", {
|
|
11231
11219
|
staticClass: "process-pc-label--re"
|
|
11232
11220
|
}, [e._v("*")])]);
|
|
@@ -11384,7 +11372,7 @@ var Xy = /* @__PURE__ */ be(
|
|
|
11384
11372
|
Zy,
|
|
11385
11373
|
!1,
|
|
11386
11374
|
$y,
|
|
11387
|
-
"
|
|
11375
|
+
"7a040aec",
|
|
11388
11376
|
null,
|
|
11389
11377
|
null
|
|
11390
11378
|
);
|
|
@@ -11453,9 +11441,7 @@ var tC = function() {
|
|
|
11453
11441
|
r.target.composing || (e.commentMsg = r.target.value);
|
|
11454
11442
|
}
|
|
11455
11443
|
}
|
|
11456
|
-
}), s("div", {
|
|
11457
|
-
staticClass: "text-num"
|
|
11458
|
-
}, [e._v(e._s(e.commentMsg.length) + "/200")])]), e.param.isMsg ? s("div", {
|
|
11444
|
+
})]), e.param.isMsg ? s("div", {
|
|
11459
11445
|
staticClass: "msg-btn"
|
|
11460
11446
|
}, [s("span", {
|
|
11461
11447
|
staticClass: "msg-btn-click",
|
|
@@ -11521,7 +11507,7 @@ var tC = function() {
|
|
|
11521
11507
|
}, sC = [function() {
|
|
11522
11508
|
var e = this, i = e.$createElement, s = e._self._c || i;
|
|
11523
11509
|
return s("div", {
|
|
11524
|
-
staticClass: "process-pc-label
|
|
11510
|
+
staticClass: "process-pc-label",
|
|
11525
11511
|
staticStyle: {
|
|
11526
11512
|
"background-color": "#fff",
|
|
11527
11513
|
position: "relative",
|
|
@@ -11535,7 +11521,7 @@ var tC = function() {
|
|
|
11535
11521
|
}, function() {
|
|
11536
11522
|
var e = this, i = e.$createElement, s = e._self._c || i;
|
|
11537
11523
|
return s("div", {
|
|
11538
|
-
staticClass: "process-pc-label
|
|
11524
|
+
staticClass: "process-pc-label"
|
|
11539
11525
|
}, [e._v(" \u9000\u56DE\u7406\u7531\uFF1A "), s("span", {
|
|
11540
11526
|
staticClass: "process-pc-label--re"
|
|
11541
11527
|
}, [e._v("*")])]);
|
|
@@ -11712,7 +11698,7 @@ var nC = /* @__PURE__ */ be(
|
|
|
11712
11698
|
sC,
|
|
11713
11699
|
!1,
|
|
11714
11700
|
aC,
|
|
11715
|
-
"
|
|
11701
|
+
"a8bfd6a6",
|
|
11716
11702
|
null,
|
|
11717
11703
|
null
|
|
11718
11704
|
);
|
|
@@ -11948,7 +11934,7 @@ var uC = /* @__PURE__ */ be(
|
|
|
11948
11934
|
cC,
|
|
11949
11935
|
!1,
|
|
11950
11936
|
pC,
|
|
11951
|
-
"
|
|
11937
|
+
"1e5a524b",
|
|
11952
11938
|
null,
|
|
11953
11939
|
null
|
|
11954
11940
|
);
|
|
@@ -12596,7 +12582,7 @@ const AC = /* @__PURE__ */ function() {
|
|
|
12596
12582
|
businessKey: this.formData.businessKey
|
|
12597
12583
|
}
|
|
12598
12584
|
}).then((i) => {
|
|
12599
|
-
this.processBusiness = i.data, this.
|
|
12585
|
+
this.processBusiness = i.data, this.request.get("/aws/repository/getFirstProcessNode", {
|
|
12600
12586
|
params: {
|
|
12601
12587
|
processDefId: this.processBusiness.processDefId
|
|
12602
12588
|
}
|
|
@@ -12740,8 +12726,7 @@ var CC = function() {
|
|
|
12740
12726
|
cancel: e.handleCancel,
|
|
12741
12727
|
comfig: e.handleComfig,
|
|
12742
12728
|
titleText: e.titleText,
|
|
12743
|
-
visible: e.TopPopup1
|
|
12744
|
-
className: "process-toppopup"
|
|
12729
|
+
visible: e.TopPopup1
|
|
12745
12730
|
},
|
|
12746
12731
|
on: {
|
|
12747
12732
|
"update:visible": function(r) {
|
|
@@ -12836,7 +12821,7 @@ var kC = /* @__PURE__ */ be(
|
|
|
12836
12821
|
bC,
|
|
12837
12822
|
!1,
|
|
12838
12823
|
IC,
|
|
12839
|
-
"
|
|
12824
|
+
"06ef142b",
|
|
12840
12825
|
null,
|
|
12841
12826
|
null
|
|
12842
12827
|
);
|