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
|
@@ -13054,8 +13054,8 @@ mainvue_type_template_id_48dbcefe_render._withStripped = true
|
|
|
13054
13054
|
|
|
13055
13055
|
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=48dbcefe
|
|
13056
13056
|
|
|
13057
|
-
// 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=
|
|
13058
|
-
var
|
|
13057
|
+
// 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
|
|
13058
|
+
var StartFlowvue_type_template_id_ffa645d6_render = function () {
|
|
13059
13059
|
var _vm = this
|
|
13060
13060
|
var _h = _vm.$createElement
|
|
13061
13061
|
var _c = _vm._self._c || _h
|
|
@@ -13248,7 +13248,7 @@ var StartFlowvue_type_template_id_ab297a7e_render = function () {
|
|
|
13248
13248
|
attrs: { size: "small", type: "primary" },
|
|
13249
13249
|
on: {
|
|
13250
13250
|
click: function () {
|
|
13251
|
-
|
|
13251
|
+
// form.customLimitTime = '';
|
|
13252
13252
|
_vm.showCustomLimitTimeText =
|
|
13253
13253
|
!_vm.showCustomLimitTimeText
|
|
13254
13254
|
},
|
|
@@ -13291,7 +13291,7 @@ var StartFlowvue_type_template_id_ab297a7e_render = function () {
|
|
|
13291
13291
|
attrs: { size: "small", type: "primary" },
|
|
13292
13292
|
on: {
|
|
13293
13293
|
click: function () {
|
|
13294
|
-
|
|
13294
|
+
// form.customLimitTime = '';
|
|
13295
13295
|
_vm.showCustomLimitTimeText =
|
|
13296
13296
|
!_vm.showCustomLimitTimeText
|
|
13297
13297
|
},
|
|
@@ -13366,11 +13366,11 @@ var StartFlowvue_type_template_id_ab297a7e_render = function () {
|
|
|
13366
13366
|
]),
|
|
13367
13367
|
])
|
|
13368
13368
|
}
|
|
13369
|
-
var
|
|
13370
|
-
|
|
13369
|
+
var StartFlowvue_type_template_id_ffa645d6_staticRenderFns = []
|
|
13370
|
+
StartFlowvue_type_template_id_ffa645d6_render._withStripped = true
|
|
13371
13371
|
|
|
13372
13372
|
|
|
13373
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=
|
|
13373
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=ffa645d6
|
|
13374
13374
|
|
|
13375
13375
|
// 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/Opinion.vue?vue&type=template&id=29ae69c0
|
|
13376
13376
|
var Opinionvue_type_template_id_29ae69c0_render = function () {
|
|
@@ -15064,6 +15064,7 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
15064
15064
|
if (this.formType == 'freeStart' || this.copyHistory) {
|
|
15065
15065
|
this.form.opinion = this.opinion;
|
|
15066
15066
|
}
|
|
15067
|
+
|
|
15067
15068
|
this.geAllData(obj);
|
|
15068
15069
|
},
|
|
15069
15070
|
|
|
@@ -15465,6 +15466,9 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
15465
15466
|
_that.peopleObj = res.results.nodeExtr;
|
|
15466
15467
|
// _that.nextUserList = res.results.transactorInfos || [];
|
|
15467
15468
|
_that.enableCustomLimitTimeSetting = _this4.peopleObj.enableCustomLimitTimeSetting == 1;
|
|
15469
|
+
if (_that.enableCustomLimitTimeSetting && res.data.nodeMoreInfo.defaultCustomLimitDays) {
|
|
15470
|
+
_that.form.customLimitTime = res.data.nodeMoreInfo.defaultCustomLimitDays + '';
|
|
15471
|
+
}
|
|
15468
15472
|
if (res.results.nodeExtr.userSelectionType) {
|
|
15469
15473
|
_this4.treeType = res.results.nodeExtr.userSelectionType;
|
|
15470
15474
|
if (res.results.nodeExtr) {
|
|
@@ -15507,8 +15511,8 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
15507
15511
|
|
|
15508
15512
|
var StartFlow_component = normalizeComponent(
|
|
15509
15513
|
components_StartFlowvue_type_script_lang_js,
|
|
15510
|
-
|
|
15511
|
-
|
|
15514
|
+
StartFlowvue_type_template_id_ffa645d6_render,
|
|
15515
|
+
StartFlowvue_type_template_id_ffa645d6_staticRenderFns,
|
|
15512
15516
|
false,
|
|
15513
15517
|
null,
|
|
15514
15518
|
null,
|
|
@@ -15517,8 +15521,8 @@ var StartFlow_component = normalizeComponent(
|
|
|
15517
15521
|
)
|
|
15518
15522
|
|
|
15519
15523
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
15520
|
-
// 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=
|
|
15521
|
-
var
|
|
15524
|
+
// 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
|
|
15525
|
+
var Handlevue_type_template_id_45be93f0_render = function () {
|
|
15522
15526
|
var _vm = this
|
|
15523
15527
|
var _h = _vm.$createElement
|
|
15524
15528
|
var _c = _vm._self._c || _h
|
|
@@ -15530,7 +15534,9 @@ var Handlevue_type_template_id_1f379f2e_render = function () {
|
|
|
15530
15534
|
? _c("StartFlow", {
|
|
15531
15535
|
attrs: {
|
|
15532
15536
|
defId: _vm.freeStartFlowParams.defId,
|
|
15533
|
-
businessId:
|
|
15537
|
+
businessId:
|
|
15538
|
+
_vm.freeStartFlowParams.startFlowBusinessId ||
|
|
15539
|
+
_vm.taskExamineInfo.businessId,
|
|
15534
15540
|
taskParams: _vm.taskParams,
|
|
15535
15541
|
"is-free-start-flow":
|
|
15536
15542
|
_vm.freeStartFlowParams.useScene ===
|
|
@@ -16269,8 +16275,7 @@ var Handlevue_type_template_id_1f379f2e_render = function () {
|
|
|
16269
16275
|
on: {
|
|
16270
16276
|
click:
|
|
16271
16277
|
function () {
|
|
16272
|
-
|
|
16273
|
-
""
|
|
16278
|
+
// form.customLimitTime = '';
|
|
16274
16279
|
_vm.showCustomLimitTimeText =
|
|
16275
16280
|
!_vm.showCustomLimitTimeText
|
|
16276
16281
|
},
|
|
@@ -16334,8 +16339,7 @@ var Handlevue_type_template_id_1f379f2e_render = function () {
|
|
|
16334
16339
|
on: {
|
|
16335
16340
|
click:
|
|
16336
16341
|
function () {
|
|
16337
|
-
|
|
16338
|
-
""
|
|
16342
|
+
// form.customLimitTime = '';
|
|
16339
16343
|
_vm.showCustomLimitTimeText =
|
|
16340
16344
|
!_vm.showCustomLimitTimeText
|
|
16341
16345
|
},
|
|
@@ -16968,11 +16972,11 @@ var Handlevue_type_template_id_1f379f2e_render = function () {
|
|
|
16968
16972
|
1
|
|
16969
16973
|
)
|
|
16970
16974
|
}
|
|
16971
|
-
var
|
|
16972
|
-
|
|
16975
|
+
var Handlevue_type_template_id_45be93f0_staticRenderFns = []
|
|
16976
|
+
Handlevue_type_template_id_45be93f0_render._withStripped = true
|
|
16973
16977
|
|
|
16974
16978
|
|
|
16975
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
16979
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=45be93f0
|
|
16976
16980
|
|
|
16977
16981
|
// 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
|
|
16978
16982
|
var Rejectvue_type_template_id_7503f952_render = function () {
|
|
@@ -19138,7 +19142,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19138
19142
|
that.currentOrgSelectorTabs.map(function (x, i) {
|
|
19139
19143
|
that.currentOrgSelectorParams[x] = {
|
|
19140
19144
|
pid: currentOrgparams[i] == 'my' ? choiceOrgId : currentOrgparams[i],
|
|
19141
|
-
only_filid: true
|
|
19145
|
+
only_filid: true,
|
|
19146
|
+
onlyMyOrg: true
|
|
19142
19147
|
};
|
|
19143
19148
|
});
|
|
19144
19149
|
that.currentOrgSelectorTabs = that.currentOrgSelectorTabs.join(',');
|
|
@@ -19400,6 +19405,9 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19400
19405
|
_that.currentNodeEnableItemHandleDescription = res.data.nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
|
|
19401
19406
|
_that.deptRoleCode = res.data.nodeExtAttr.deptRoleCode;
|
|
19402
19407
|
_that.enableCustomLimitTimeSetting = res.data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
|
|
19408
|
+
if (_that.enableCustomLimitTimeSetting && res.data.nodeMoreInfo.defaultCustomLimitDays) {
|
|
19409
|
+
_that.form.customLimitTime = res.data.nodeMoreInfo.defaultCustomLimitDays + '';
|
|
19410
|
+
}
|
|
19403
19411
|
res.data.otherOrgDisabledObjId && (_this10.otherOrgDisabledObjId = res.data.otherOrgDisabledObjId.split(','));
|
|
19404
19412
|
res.data.currentOrgDisabledObjId && (_this10.currentOrgDisabledObjId = res.data.currentOrgDisabledObjId.split(','));
|
|
19405
19413
|
_this10.appointNotUserIds = res.data.appointNotUserIds;
|
|
@@ -19542,8 +19550,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19542
19550
|
|
|
19543
19551
|
var Handle_component = normalizeComponent(
|
|
19544
19552
|
components_Handlevue_type_script_lang_js,
|
|
19545
|
-
|
|
19546
|
-
|
|
19553
|
+
Handlevue_type_template_id_45be93f0_render,
|
|
19554
|
+
Handlevue_type_template_id_45be93f0_staticRenderFns,
|
|
19547
19555
|
false,
|
|
19548
19556
|
null,
|
|
19549
19557
|
null,
|
|
@@ -19552,8 +19560,8 @@ var Handle_component = normalizeComponent(
|
|
|
19552
19560
|
)
|
|
19553
19561
|
|
|
19554
19562
|
/* harmony default export */ var Handle = (Handle_component.exports);
|
|
19555
|
-
// 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=
|
|
19556
|
-
var
|
|
19563
|
+
// 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
|
|
19564
|
+
var Circulatevue_type_template_id_6a3992e8_render = function () {
|
|
19557
19565
|
var _vm = this
|
|
19558
19566
|
var _h = _vm.$createElement
|
|
19559
19567
|
var _c = _vm._self._c || _h
|
|
@@ -19779,11 +19787,11 @@ var Circulatevue_type_template_id_2c8ddb82_render = function () {
|
|
|
19779
19787
|
),
|
|
19780
19788
|
])
|
|
19781
19789
|
}
|
|
19782
|
-
var
|
|
19783
|
-
|
|
19790
|
+
var Circulatevue_type_template_id_6a3992e8_staticRenderFns = []
|
|
19791
|
+
Circulatevue_type_template_id_6a3992e8_render._withStripped = true
|
|
19784
19792
|
|
|
19785
19793
|
|
|
19786
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Circulate.vue?vue&type=template&id=
|
|
19794
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Circulate.vue?vue&type=template&id=6a3992e8
|
|
19787
19795
|
|
|
19788
19796
|
// 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
|
|
19789
19797
|
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; };
|
|
@@ -19988,7 +19996,7 @@ var Circulatevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
19988
19996
|
|
|
19989
19997
|
return _ref = {
|
|
19990
19998
|
AddSignList: [{ name: '前置加签', value: 'preAddSign' }, { name: '后置加签', value: 'postAddSign' }],
|
|
19991
|
-
currentOrgSelectorParams: { only_filid: true },
|
|
19999
|
+
currentOrgSelectorParams: { only_filid: true, onlyMyOrg: true },
|
|
19992
20000
|
currentOrgSelectorTabs: 'employee, persongroup',
|
|
19993
20001
|
foreignOrgSelectorTabs: 'enterprise,filgroupobj',
|
|
19994
20002
|
foreignOrgSelectorParams: { roleid: '' },
|
|
@@ -20304,8 +20312,8 @@ var Circulatevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
20304
20312
|
|
|
20305
20313
|
var Circulate_component = normalizeComponent(
|
|
20306
20314
|
components_Circulatevue_type_script_lang_js,
|
|
20307
|
-
|
|
20308
|
-
|
|
20315
|
+
Circulatevue_type_template_id_6a3992e8_render,
|
|
20316
|
+
Circulatevue_type_template_id_6a3992e8_staticRenderFns,
|
|
20309
20317
|
false,
|
|
20310
20318
|
null,
|
|
20311
20319
|
null,
|
|
@@ -21206,8 +21214,8 @@ var TaskRead_component = normalizeComponent(
|
|
|
21206
21214
|
)
|
|
21207
21215
|
|
|
21208
21216
|
/* harmony default export */ var TaskRead = (TaskRead_component.exports);
|
|
21209
|
-
// 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=
|
|
21210
|
-
var
|
|
21217
|
+
// 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
|
|
21218
|
+
var taskUnionExaminevue_type_template_id_12480d2e_render = function () {
|
|
21211
21219
|
var _vm = this
|
|
21212
21220
|
var _h = _vm.$createElement
|
|
21213
21221
|
var _c = _vm._self._c || _h
|
|
@@ -21370,11 +21378,11 @@ var taskUnionExaminevue_type_template_id_3cba731b_render = function () {
|
|
|
21370
21378
|
]),
|
|
21371
21379
|
])
|
|
21372
21380
|
}
|
|
21373
|
-
var
|
|
21374
|
-
|
|
21381
|
+
var taskUnionExaminevue_type_template_id_12480d2e_staticRenderFns = []
|
|
21382
|
+
taskUnionExaminevue_type_template_id_12480d2e_render._withStripped = true
|
|
21375
21383
|
|
|
21376
21384
|
|
|
21377
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=
|
|
21385
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=12480d2e
|
|
21378
21386
|
|
|
21379
21387
|
// 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
|
|
21380
21388
|
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; };
|
|
@@ -21571,6 +21579,7 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
21571
21579
|
this.params.nofilid = this.otherParams.nofilid = this.orgId || JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId || this.userId || '';
|
|
21572
21580
|
if (this.type == 'takeAdvice') {
|
|
21573
21581
|
this.params.only_filid = true;
|
|
21582
|
+
this.params.onlyMyOrg = true;
|
|
21574
21583
|
} else {
|
|
21575
21584
|
this.params = taskUnionExaminevue_type_script_lang_js_extends({}, this.params, this.selectorParams);
|
|
21576
21585
|
}
|
|
@@ -21815,7 +21824,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
21815
21824
|
res.data.customizedConfig.currentOrgSelectorItemList.split(',').map(function (x, i) {
|
|
21816
21825
|
_this5.params[x] = {
|
|
21817
21826
|
pid: param[i] == 'my' ? _this5.params.pid = JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId : param[i],
|
|
21818
|
-
only_filid: true
|
|
21827
|
+
only_filid: true,
|
|
21828
|
+
onlyMyOrg: true
|
|
21819
21829
|
};
|
|
21820
21830
|
});
|
|
21821
21831
|
} else {
|
|
@@ -22036,8 +22046,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
22036
22046
|
|
|
22037
22047
|
var taskUnionExamine_component = normalizeComponent(
|
|
22038
22048
|
components_taskUnionExaminevue_type_script_lang_js,
|
|
22039
|
-
|
|
22040
|
-
|
|
22049
|
+
taskUnionExaminevue_type_template_id_12480d2e_render,
|
|
22050
|
+
taskUnionExaminevue_type_template_id_12480d2e_staticRenderFns,
|
|
22041
22051
|
false,
|
|
22042
22052
|
null,
|
|
22043
22053
|
null,
|
|
@@ -22264,8 +22274,8 @@ var supervise_component = normalizeComponent(
|
|
|
22264
22274
|
)
|
|
22265
22275
|
|
|
22266
22276
|
/* harmony default export */ var supervise = (supervise_component.exports);
|
|
22267
|
-
// 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=
|
|
22268
|
-
var
|
|
22277
|
+
// 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
|
|
22278
|
+
var resetvue_type_template_id_2e32a802_render = function () {
|
|
22269
22279
|
var _vm = this
|
|
22270
22280
|
var _h = _vm.$createElement
|
|
22271
22281
|
var _c = _vm._self._c || _h
|
|
@@ -22448,7 +22458,7 @@ var resetvue_type_template_id_b4719370_render = function () {
|
|
|
22448
22458
|
attrs: { size: "small", type: "primary" },
|
|
22449
22459
|
on: {
|
|
22450
22460
|
click: function () {
|
|
22451
|
-
|
|
22461
|
+
// form.customLimitTime = '';
|
|
22452
22462
|
_vm.showCustomLimitTimeText =
|
|
22453
22463
|
!_vm.showCustomLimitTimeText
|
|
22454
22464
|
},
|
|
@@ -22491,7 +22501,7 @@ var resetvue_type_template_id_b4719370_render = function () {
|
|
|
22491
22501
|
attrs: { size: "small", type: "primary" },
|
|
22492
22502
|
on: {
|
|
22493
22503
|
click: function () {
|
|
22494
|
-
|
|
22504
|
+
// form.customLimitTime = '';
|
|
22495
22505
|
_vm.showCustomLimitTimeText =
|
|
22496
22506
|
!_vm.showCustomLimitTimeText
|
|
22497
22507
|
},
|
|
@@ -22566,11 +22576,11 @@ var resetvue_type_template_id_b4719370_render = function () {
|
|
|
22566
22576
|
]),
|
|
22567
22577
|
])
|
|
22568
22578
|
}
|
|
22569
|
-
var
|
|
22570
|
-
|
|
22579
|
+
var resetvue_type_template_id_2e32a802_staticRenderFns = []
|
|
22580
|
+
resetvue_type_template_id_2e32a802_render._withStripped = true
|
|
22571
22581
|
|
|
22572
22582
|
|
|
22573
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/reset.vue?vue&type=template&id=
|
|
22583
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/reset.vue?vue&type=template&id=2e32a802
|
|
22574
22584
|
|
|
22575
22585
|
// 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
|
|
22576
22586
|
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; };
|
|
@@ -23235,6 +23245,9 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
23235
23245
|
};
|
|
23236
23246
|
});
|
|
23237
23247
|
_that.enableCustomLimitTimeSetting = _this5.peopleObj.enableCustomLimitTimeSetting == 1;
|
|
23248
|
+
if (_that.enableCustomLimitTimeSetting && res.data.nodeMoreInfo.defaultCustomLimitDays) {
|
|
23249
|
+
_that.form.customLimitTime = res.data.nodeMoreInfo.defaultCustomLimitDays + '';
|
|
23250
|
+
}
|
|
23238
23251
|
if (res.data.nodeExtAttr.userSelectionType) {
|
|
23239
23252
|
_this5.treeType = res.data.nodeExtAttr.userSelectionType;
|
|
23240
23253
|
if (res.data.nodeExtAttr) {
|
|
@@ -23277,8 +23290,8 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
23277
23290
|
|
|
23278
23291
|
var reset_component = normalizeComponent(
|
|
23279
23292
|
components_resetvue_type_script_lang_js,
|
|
23280
|
-
|
|
23281
|
-
|
|
23293
|
+
resetvue_type_template_id_2e32a802_render,
|
|
23294
|
+
resetvue_type_template_id_2e32a802_staticRenderFns,
|
|
23282
23295
|
false,
|
|
23283
23296
|
null,
|
|
23284
23297
|
null,
|
|
@@ -29458,7 +29471,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
29458
29471
|
}
|
|
29459
29472
|
|
|
29460
29473
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
29461
|
-
version: '0.3.
|
|
29474
|
+
version: '0.3.67',
|
|
29462
29475
|
install: install,
|
|
29463
29476
|
Button: packages_button,
|
|
29464
29477
|
ButtonGroup: button_group,
|