eoss-mobiles 0.3.66 → 0.3.67
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/lib/eoss-mobile.common.js +61 -48
- package/lib/flow.js +60 -47
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/Circulate.vue +1 -1
- package/packages/flow/src/components/Handle.vue +8 -4
- package/packages/flow/src/components/StartFlow.vue +6 -2
- package/packages/flow/src/components/reset.vue +5 -2
- package/packages/flow/src/components/taskUnionExamine.vue +3 -1
- package/src/index.js +1 -1
package/lib/flow.js
CHANGED
|
@@ -2277,8 +2277,8 @@ render._withStripped = true
|
|
|
2277
2277
|
|
|
2278
2278
|
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=48dbcefe
|
|
2279
2279
|
|
|
2280
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/StartFlow.vue?vue&type=template&id=
|
|
2281
|
-
var
|
|
2280
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/StartFlow.vue?vue&type=template&id=ffa645d6
|
|
2281
|
+
var StartFlowvue_type_template_id_ffa645d6_render = function () {
|
|
2282
2282
|
var _vm = this
|
|
2283
2283
|
var _h = _vm.$createElement
|
|
2284
2284
|
var _c = _vm._self._c || _h
|
|
@@ -2471,7 +2471,7 @@ var StartFlowvue_type_template_id_ab297a7e_render = function () {
|
|
|
2471
2471
|
attrs: { size: "small", type: "primary" },
|
|
2472
2472
|
on: {
|
|
2473
2473
|
click: function () {
|
|
2474
|
-
|
|
2474
|
+
// form.customLimitTime = '';
|
|
2475
2475
|
_vm.showCustomLimitTimeText =
|
|
2476
2476
|
!_vm.showCustomLimitTimeText
|
|
2477
2477
|
},
|
|
@@ -2514,7 +2514,7 @@ var StartFlowvue_type_template_id_ab297a7e_render = function () {
|
|
|
2514
2514
|
attrs: { size: "small", type: "primary" },
|
|
2515
2515
|
on: {
|
|
2516
2516
|
click: function () {
|
|
2517
|
-
|
|
2517
|
+
// form.customLimitTime = '';
|
|
2518
2518
|
_vm.showCustomLimitTimeText =
|
|
2519
2519
|
!_vm.showCustomLimitTimeText
|
|
2520
2520
|
},
|
|
@@ -2589,11 +2589,11 @@ var StartFlowvue_type_template_id_ab297a7e_render = function () {
|
|
|
2589
2589
|
]),
|
|
2590
2590
|
])
|
|
2591
2591
|
}
|
|
2592
|
-
var
|
|
2593
|
-
|
|
2592
|
+
var StartFlowvue_type_template_id_ffa645d6_staticRenderFns = []
|
|
2593
|
+
StartFlowvue_type_template_id_ffa645d6_render._withStripped = true
|
|
2594
2594
|
|
|
2595
2595
|
|
|
2596
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=
|
|
2596
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=ffa645d6
|
|
2597
2597
|
|
|
2598
2598
|
// EXTERNAL MODULE: ./src/config/api.js
|
|
2599
2599
|
var api = __webpack_require__(2);
|
|
@@ -4302,6 +4302,7 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
4302
4302
|
if (this.formType == 'freeStart' || this.copyHistory) {
|
|
4303
4303
|
this.form.opinion = this.opinion;
|
|
4304
4304
|
}
|
|
4305
|
+
|
|
4305
4306
|
this.geAllData(obj);
|
|
4306
4307
|
},
|
|
4307
4308
|
|
|
@@ -4703,6 +4704,9 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
4703
4704
|
_that.peopleObj = res.results.nodeExtr;
|
|
4704
4705
|
// _that.nextUserList = res.results.transactorInfos || [];
|
|
4705
4706
|
_that.enableCustomLimitTimeSetting = _this4.peopleObj.enableCustomLimitTimeSetting == 1;
|
|
4707
|
+
if (_that.enableCustomLimitTimeSetting && res.data.nodeMoreInfo.defaultCustomLimitDays) {
|
|
4708
|
+
_that.form.customLimitTime = res.data.nodeMoreInfo.defaultCustomLimitDays + '';
|
|
4709
|
+
}
|
|
4706
4710
|
if (res.results.nodeExtr.userSelectionType) {
|
|
4707
4711
|
_this4.treeType = res.results.nodeExtr.userSelectionType;
|
|
4708
4712
|
if (res.results.nodeExtr) {
|
|
@@ -4745,8 +4749,8 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
4745
4749
|
|
|
4746
4750
|
var StartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
4747
4751
|
components_StartFlowvue_type_script_lang_js,
|
|
4748
|
-
|
|
4749
|
-
|
|
4752
|
+
StartFlowvue_type_template_id_ffa645d6_render,
|
|
4753
|
+
StartFlowvue_type_template_id_ffa645d6_staticRenderFns,
|
|
4750
4754
|
false,
|
|
4751
4755
|
null,
|
|
4752
4756
|
null,
|
|
@@ -4755,8 +4759,8 @@ var StartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
|
4755
4759
|
)
|
|
4756
4760
|
|
|
4757
4761
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
4758
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
4759
|
-
var
|
|
4762
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Handle.vue?vue&type=template&id=45be93f0
|
|
4763
|
+
var Handlevue_type_template_id_45be93f0_render = function () {
|
|
4760
4764
|
var _vm = this
|
|
4761
4765
|
var _h = _vm.$createElement
|
|
4762
4766
|
var _c = _vm._self._c || _h
|
|
@@ -4768,7 +4772,9 @@ var Handlevue_type_template_id_1f379f2e_render = function () {
|
|
|
4768
4772
|
? _c("StartFlow", {
|
|
4769
4773
|
attrs: {
|
|
4770
4774
|
defId: _vm.freeStartFlowParams.defId,
|
|
4771
|
-
businessId:
|
|
4775
|
+
businessId:
|
|
4776
|
+
_vm.freeStartFlowParams.startFlowBusinessId ||
|
|
4777
|
+
_vm.taskExamineInfo.businessId,
|
|
4772
4778
|
taskParams: _vm.taskParams,
|
|
4773
4779
|
"is-free-start-flow":
|
|
4774
4780
|
_vm.freeStartFlowParams.useScene ===
|
|
@@ -5507,8 +5513,7 @@ var Handlevue_type_template_id_1f379f2e_render = function () {
|
|
|
5507
5513
|
on: {
|
|
5508
5514
|
click:
|
|
5509
5515
|
function () {
|
|
5510
|
-
|
|
5511
|
-
""
|
|
5516
|
+
// form.customLimitTime = '';
|
|
5512
5517
|
_vm.showCustomLimitTimeText =
|
|
5513
5518
|
!_vm.showCustomLimitTimeText
|
|
5514
5519
|
},
|
|
@@ -5572,8 +5577,7 @@ var Handlevue_type_template_id_1f379f2e_render = function () {
|
|
|
5572
5577
|
on: {
|
|
5573
5578
|
click:
|
|
5574
5579
|
function () {
|
|
5575
|
-
|
|
5576
|
-
""
|
|
5580
|
+
// form.customLimitTime = '';
|
|
5577
5581
|
_vm.showCustomLimitTimeText =
|
|
5578
5582
|
!_vm.showCustomLimitTimeText
|
|
5579
5583
|
},
|
|
@@ -6206,11 +6210,11 @@ var Handlevue_type_template_id_1f379f2e_render = function () {
|
|
|
6206
6210
|
1
|
|
6207
6211
|
)
|
|
6208
6212
|
}
|
|
6209
|
-
var
|
|
6210
|
-
|
|
6213
|
+
var Handlevue_type_template_id_45be93f0_staticRenderFns = []
|
|
6214
|
+
Handlevue_type_template_id_45be93f0_render._withStripped = true
|
|
6211
6215
|
|
|
6212
6216
|
|
|
6213
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
6217
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=45be93f0
|
|
6214
6218
|
|
|
6215
6219
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Reject.vue?vue&type=template&id=7503f952
|
|
6216
6220
|
var Rejectvue_type_template_id_7503f952_render = function () {
|
|
@@ -8376,7 +8380,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
8376
8380
|
that.currentOrgSelectorTabs.map(function (x, i) {
|
|
8377
8381
|
that.currentOrgSelectorParams[x] = {
|
|
8378
8382
|
pid: currentOrgparams[i] == 'my' ? choiceOrgId : currentOrgparams[i],
|
|
8379
|
-
only_filid: true
|
|
8383
|
+
only_filid: true,
|
|
8384
|
+
onlyMyOrg: true
|
|
8380
8385
|
};
|
|
8381
8386
|
});
|
|
8382
8387
|
that.currentOrgSelectorTabs = that.currentOrgSelectorTabs.join(',');
|
|
@@ -8638,6 +8643,9 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
8638
8643
|
_that.currentNodeEnableItemHandleDescription = res.data.nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
|
|
8639
8644
|
_that.deptRoleCode = res.data.nodeExtAttr.deptRoleCode;
|
|
8640
8645
|
_that.enableCustomLimitTimeSetting = res.data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
|
|
8646
|
+
if (_that.enableCustomLimitTimeSetting && res.data.nodeMoreInfo.defaultCustomLimitDays) {
|
|
8647
|
+
_that.form.customLimitTime = res.data.nodeMoreInfo.defaultCustomLimitDays + '';
|
|
8648
|
+
}
|
|
8641
8649
|
res.data.otherOrgDisabledObjId && (_this10.otherOrgDisabledObjId = res.data.otherOrgDisabledObjId.split(','));
|
|
8642
8650
|
res.data.currentOrgDisabledObjId && (_this10.currentOrgDisabledObjId = res.data.currentOrgDisabledObjId.split(','));
|
|
8643
8651
|
_this10.appointNotUserIds = res.data.appointNotUserIds;
|
|
@@ -8780,8 +8788,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
8780
8788
|
|
|
8781
8789
|
var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
8782
8790
|
components_Handlevue_type_script_lang_js,
|
|
8783
|
-
|
|
8784
|
-
|
|
8791
|
+
Handlevue_type_template_id_45be93f0_render,
|
|
8792
|
+
Handlevue_type_template_id_45be93f0_staticRenderFns,
|
|
8785
8793
|
false,
|
|
8786
8794
|
null,
|
|
8787
8795
|
null,
|
|
@@ -8790,8 +8798,8 @@ var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
|
8790
8798
|
)
|
|
8791
8799
|
|
|
8792
8800
|
/* harmony default export */ var Handle = (Handle_component.exports);
|
|
8793
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Circulate.vue?vue&type=template&id=
|
|
8794
|
-
var
|
|
8801
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Circulate.vue?vue&type=template&id=6a3992e8
|
|
8802
|
+
var Circulatevue_type_template_id_6a3992e8_render = function () {
|
|
8795
8803
|
var _vm = this
|
|
8796
8804
|
var _h = _vm.$createElement
|
|
8797
8805
|
var _c = _vm._self._c || _h
|
|
@@ -9017,11 +9025,11 @@ var Circulatevue_type_template_id_2c8ddb82_render = function () {
|
|
|
9017
9025
|
),
|
|
9018
9026
|
])
|
|
9019
9027
|
}
|
|
9020
|
-
var
|
|
9021
|
-
|
|
9028
|
+
var Circulatevue_type_template_id_6a3992e8_staticRenderFns = []
|
|
9029
|
+
Circulatevue_type_template_id_6a3992e8_render._withStripped = true
|
|
9022
9030
|
|
|
9023
9031
|
|
|
9024
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Circulate.vue?vue&type=template&id=
|
|
9032
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Circulate.vue?vue&type=template&id=6a3992e8
|
|
9025
9033
|
|
|
9026
9034
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Circulate.vue?vue&type=script&lang=js
|
|
9027
9035
|
var Circulatevue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
@@ -9226,7 +9234,7 @@ var Circulatevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
9226
9234
|
|
|
9227
9235
|
return _ref = {
|
|
9228
9236
|
AddSignList: [{ name: '前置加签', value: 'preAddSign' }, { name: '后置加签', value: 'postAddSign' }],
|
|
9229
|
-
currentOrgSelectorParams: { only_filid: true },
|
|
9237
|
+
currentOrgSelectorParams: { only_filid: true, onlyMyOrg: true },
|
|
9230
9238
|
currentOrgSelectorTabs: 'employee, persongroup',
|
|
9231
9239
|
foreignOrgSelectorTabs: 'enterprise,filgroupobj',
|
|
9232
9240
|
foreignOrgSelectorParams: { roleid: '' },
|
|
@@ -9542,8 +9550,8 @@ var Circulatevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
9542
9550
|
|
|
9543
9551
|
var Circulate_component = Object(componentNormalizer["a" /* default */])(
|
|
9544
9552
|
components_Circulatevue_type_script_lang_js,
|
|
9545
|
-
|
|
9546
|
-
|
|
9553
|
+
Circulatevue_type_template_id_6a3992e8_render,
|
|
9554
|
+
Circulatevue_type_template_id_6a3992e8_staticRenderFns,
|
|
9547
9555
|
false,
|
|
9548
9556
|
null,
|
|
9549
9557
|
null,
|
|
@@ -10444,8 +10452,8 @@ var TaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
|
10444
10452
|
)
|
|
10445
10453
|
|
|
10446
10454
|
/* harmony default export */ var TaskRead = (TaskRead_component.exports);
|
|
10447
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=
|
|
10448
|
-
var
|
|
10455
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=12480d2e
|
|
10456
|
+
var taskUnionExaminevue_type_template_id_12480d2e_render = function () {
|
|
10449
10457
|
var _vm = this
|
|
10450
10458
|
var _h = _vm.$createElement
|
|
10451
10459
|
var _c = _vm._self._c || _h
|
|
@@ -10608,11 +10616,11 @@ var taskUnionExaminevue_type_template_id_3cba731b_render = function () {
|
|
|
10608
10616
|
]),
|
|
10609
10617
|
])
|
|
10610
10618
|
}
|
|
10611
|
-
var
|
|
10612
|
-
|
|
10619
|
+
var taskUnionExaminevue_type_template_id_12480d2e_staticRenderFns = []
|
|
10620
|
+
taskUnionExaminevue_type_template_id_12480d2e_render._withStripped = true
|
|
10613
10621
|
|
|
10614
10622
|
|
|
10615
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=
|
|
10623
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=12480d2e
|
|
10616
10624
|
|
|
10617
10625
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/taskUnionExamine.vue?vue&type=script&lang=js
|
|
10618
10626
|
var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
@@ -10809,6 +10817,7 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
10809
10817
|
this.params.nofilid = this.otherParams.nofilid = this.orgId || JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId || this.userId || '';
|
|
10810
10818
|
if (this.type == 'takeAdvice') {
|
|
10811
10819
|
this.params.only_filid = true;
|
|
10820
|
+
this.params.onlyMyOrg = true;
|
|
10812
10821
|
} else {
|
|
10813
10822
|
this.params = taskUnionExaminevue_type_script_lang_js_extends({}, this.params, this.selectorParams);
|
|
10814
10823
|
}
|
|
@@ -11053,7 +11062,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
11053
11062
|
res.data.customizedConfig.currentOrgSelectorItemList.split(',').map(function (x, i) {
|
|
11054
11063
|
_this5.params[x] = {
|
|
11055
11064
|
pid: param[i] == 'my' ? _this5.params.pid = JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId : param[i],
|
|
11056
|
-
only_filid: true
|
|
11065
|
+
only_filid: true,
|
|
11066
|
+
onlyMyOrg: true
|
|
11057
11067
|
};
|
|
11058
11068
|
});
|
|
11059
11069
|
} else {
|
|
@@ -11274,8 +11284,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
11274
11284
|
|
|
11275
11285
|
var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
|
|
11276
11286
|
components_taskUnionExaminevue_type_script_lang_js,
|
|
11277
|
-
|
|
11278
|
-
|
|
11287
|
+
taskUnionExaminevue_type_template_id_12480d2e_render,
|
|
11288
|
+
taskUnionExaminevue_type_template_id_12480d2e_staticRenderFns,
|
|
11279
11289
|
false,
|
|
11280
11290
|
null,
|
|
11281
11291
|
null,
|
|
@@ -11502,8 +11512,8 @@ var supervise_component = Object(componentNormalizer["a" /* default */])(
|
|
|
11502
11512
|
)
|
|
11503
11513
|
|
|
11504
11514
|
/* harmony default export */ var supervise = (supervise_component.exports);
|
|
11505
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/reset.vue?vue&type=template&id=
|
|
11506
|
-
var
|
|
11515
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/reset.vue?vue&type=template&id=2e32a802
|
|
11516
|
+
var resetvue_type_template_id_2e32a802_render = function () {
|
|
11507
11517
|
var _vm = this
|
|
11508
11518
|
var _h = _vm.$createElement
|
|
11509
11519
|
var _c = _vm._self._c || _h
|
|
@@ -11686,7 +11696,7 @@ var resetvue_type_template_id_b4719370_render = function () {
|
|
|
11686
11696
|
attrs: { size: "small", type: "primary" },
|
|
11687
11697
|
on: {
|
|
11688
11698
|
click: function () {
|
|
11689
|
-
|
|
11699
|
+
// form.customLimitTime = '';
|
|
11690
11700
|
_vm.showCustomLimitTimeText =
|
|
11691
11701
|
!_vm.showCustomLimitTimeText
|
|
11692
11702
|
},
|
|
@@ -11729,7 +11739,7 @@ var resetvue_type_template_id_b4719370_render = function () {
|
|
|
11729
11739
|
attrs: { size: "small", type: "primary" },
|
|
11730
11740
|
on: {
|
|
11731
11741
|
click: function () {
|
|
11732
|
-
|
|
11742
|
+
// form.customLimitTime = '';
|
|
11733
11743
|
_vm.showCustomLimitTimeText =
|
|
11734
11744
|
!_vm.showCustomLimitTimeText
|
|
11735
11745
|
},
|
|
@@ -11804,11 +11814,11 @@ var resetvue_type_template_id_b4719370_render = function () {
|
|
|
11804
11814
|
]),
|
|
11805
11815
|
])
|
|
11806
11816
|
}
|
|
11807
|
-
var
|
|
11808
|
-
|
|
11817
|
+
var resetvue_type_template_id_2e32a802_staticRenderFns = []
|
|
11818
|
+
resetvue_type_template_id_2e32a802_render._withStripped = true
|
|
11809
11819
|
|
|
11810
11820
|
|
|
11811
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/reset.vue?vue&type=template&id=
|
|
11821
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/reset.vue?vue&type=template&id=2e32a802
|
|
11812
11822
|
|
|
11813
11823
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/reset.vue?vue&type=script&lang=js
|
|
11814
11824
|
var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
|
@@ -12473,6 +12483,9 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
12473
12483
|
};
|
|
12474
12484
|
});
|
|
12475
12485
|
_that.enableCustomLimitTimeSetting = _this5.peopleObj.enableCustomLimitTimeSetting == 1;
|
|
12486
|
+
if (_that.enableCustomLimitTimeSetting && res.data.nodeMoreInfo.defaultCustomLimitDays) {
|
|
12487
|
+
_that.form.customLimitTime = res.data.nodeMoreInfo.defaultCustomLimitDays + '';
|
|
12488
|
+
}
|
|
12476
12489
|
if (res.data.nodeExtAttr.userSelectionType) {
|
|
12477
12490
|
_this5.treeType = res.data.nodeExtAttr.userSelectionType;
|
|
12478
12491
|
if (res.data.nodeExtAttr) {
|
|
@@ -12515,8 +12528,8 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
12515
12528
|
|
|
12516
12529
|
var reset_component = Object(componentNormalizer["a" /* default */])(
|
|
12517
12530
|
components_resetvue_type_script_lang_js,
|
|
12518
|
-
|
|
12519
|
-
|
|
12531
|
+
resetvue_type_template_id_2e32a802_render,
|
|
12532
|
+
resetvue_type_template_id_2e32a802_staticRenderFns,
|
|
12520
12533
|
false,
|
|
12521
12534
|
null,
|
|
12522
12535
|
null,
|