eoss-ui 0.7.61 → 0.7.62
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-ui.common.js +65 -50
- package/lib/flow.js +59 -44
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/component/Circulate.vue +3 -2
- package/packages/flow/src/component/FreeCirculation.vue +3 -3
- package/packages/flow/src/component/taskUnionExamine.vue +5 -4
- package/packages/flow/src/freeStartFlow.vue +2 -2
- package/packages/flow/src/main.vue +112 -78
- package/src/index.js +1 -1
package/lib/eoss-ui.common.js
CHANGED
|
@@ -27552,8 +27552,8 @@ form_src_main.install = function (Vue) {
|
|
|
27552
27552
|
};
|
|
27553
27553
|
|
|
27554
27554
|
/* harmony default export */ var packages_form = (form_src_main);
|
|
27555
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=
|
|
27556
|
-
var
|
|
27555
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=3b3047e5&
|
|
27556
|
+
var mainvue_type_template_id_3b3047e5_render = function () {
|
|
27557
27557
|
var _vm = this
|
|
27558
27558
|
var _h = _vm.$createElement
|
|
27559
27559
|
var _c = _vm._self._c || _h
|
|
@@ -27853,6 +27853,7 @@ var mainvue_type_template_id_b4365ae2_render = function () {
|
|
|
27853
27853
|
staticStyle: { height: "100%" },
|
|
27854
27854
|
attrs: {
|
|
27855
27855
|
type: _vm.newTypeCode,
|
|
27856
|
+
showTooltip: _vm.showTooltip,
|
|
27856
27857
|
simpleTips: _vm.simpleTips,
|
|
27857
27858
|
appId: _vm.resetAppId,
|
|
27858
27859
|
flowParams: _vm.param,
|
|
@@ -30491,11 +30492,11 @@ var mainvue_type_template_id_b4365ae2_render = function () {
|
|
|
30491
30492
|
)
|
|
30492
30493
|
: _vm._e()
|
|
30493
30494
|
}
|
|
30494
|
-
var
|
|
30495
|
-
|
|
30495
|
+
var mainvue_type_template_id_3b3047e5_staticRenderFns = []
|
|
30496
|
+
mainvue_type_template_id_3b3047e5_render._withStripped = true
|
|
30496
30497
|
|
|
30497
30498
|
|
|
30498
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
30499
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=3b3047e5&
|
|
30499
30500
|
|
|
30500
30501
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=4a620f86&
|
|
30501
30502
|
var CommonOpinionsvue_type_template_id_4a620f86_render = function () {
|
|
@@ -39330,8 +39331,8 @@ var reset_component = normalizeComponent(
|
|
|
39330
39331
|
)
|
|
39331
39332
|
|
|
39332
39333
|
/* harmony default export */ var src_reset = (reset_component.exports);
|
|
39333
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=
|
|
39334
|
-
var
|
|
39334
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=842848a2&
|
|
39335
|
+
var taskUnionExaminevue_type_template_id_842848a2_render = function () {
|
|
39335
39336
|
var _vm = this
|
|
39336
39337
|
var _h = _vm.$createElement
|
|
39337
39338
|
var _c = _vm._self._c || _h
|
|
@@ -39458,8 +39459,9 @@ var taskUnionExaminevue_type_template_id_4b070fe4_render = function () {
|
|
|
39458
39459
|
attrs: {
|
|
39459
39460
|
nextUser: _vm.infoList.nextOtherOrgObj,
|
|
39460
39461
|
where: {
|
|
39461
|
-
filid: "
|
|
39462
|
+
filid: "all",
|
|
39462
39463
|
roleid: _vm.selectorParams.roleid,
|
|
39464
|
+
nofilid: _vm.sessionStorage.getItem("orgId"),
|
|
39463
39465
|
},
|
|
39464
39466
|
showTooltip: _vm.showTooltip,
|
|
39465
39467
|
multiple: _vm.newMultiple,
|
|
@@ -39642,11 +39644,11 @@ var taskUnionExaminevue_type_template_id_4b070fe4_render = function () {
|
|
|
39642
39644
|
1
|
|
39643
39645
|
)
|
|
39644
39646
|
}
|
|
39645
|
-
var
|
|
39646
|
-
|
|
39647
|
+
var taskUnionExaminevue_type_template_id_842848a2_staticRenderFns = []
|
|
39648
|
+
taskUnionExaminevue_type_template_id_842848a2_render._withStripped = true
|
|
39647
39649
|
|
|
39648
39650
|
|
|
39649
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=
|
|
39651
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=842848a2&
|
|
39650
39652
|
|
|
39651
39653
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=script&lang=js&
|
|
39652
39654
|
var taskUnionExaminevue_type_script_lang_js_components;
|
|
@@ -39885,11 +39887,11 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
39885
39887
|
currentOrgName: '',
|
|
39886
39888
|
otherOrgName: '',
|
|
39887
39889
|
newMultiple: true,
|
|
39888
|
-
params: { filid: 'all' },
|
|
39890
|
+
params: { filid: 'all', only_filid: true },
|
|
39889
39891
|
isHideOtherOrg: '',
|
|
39890
39892
|
isHideCurrentOrg: 0,
|
|
39891
39893
|
isOpinionRequired: 0,
|
|
39892
|
-
otherParams: { filid: '
|
|
39894
|
+
otherParams: { filid: 'all', roleid: '', nofilid: sessionStorage.getItem('orgId') },
|
|
39893
39895
|
loading: false
|
|
39894
39896
|
};
|
|
39895
39897
|
},
|
|
@@ -40075,7 +40077,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
40075
40077
|
var param = res.data.customizedConfig.currentOrgSelectorRangeList.split(',');
|
|
40076
40078
|
_this3.currentOrgTabs.map(function (x, i) {
|
|
40077
40079
|
_this3.params[x] = {
|
|
40078
|
-
filid: param[i] == 'my' ? _this3.params.filid = JSON.parse(utils_util.getStorage('mainConfig')).userModel.orgId : param[i]
|
|
40080
|
+
filid: param[i] == 'my' ? _this3.params.filid = JSON.parse(utils_util.getStorage('mainConfig')).userModel.orgId : param[i],
|
|
40081
|
+
only_filid: true
|
|
40079
40082
|
};
|
|
40080
40083
|
});
|
|
40081
40084
|
} else {
|
|
@@ -40343,8 +40346,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
40343
40346
|
|
|
40344
40347
|
var taskUnionExamine_component = normalizeComponent(
|
|
40345
40348
|
component_taskUnionExaminevue_type_script_lang_js_,
|
|
40346
|
-
|
|
40347
|
-
|
|
40349
|
+
taskUnionExaminevue_type_template_id_842848a2_render,
|
|
40350
|
+
taskUnionExaminevue_type_template_id_842848a2_staticRenderFns,
|
|
40348
40351
|
false,
|
|
40349
40352
|
null,
|
|
40350
40353
|
null,
|
|
@@ -40353,8 +40356,8 @@ var taskUnionExamine_component = normalizeComponent(
|
|
|
40353
40356
|
)
|
|
40354
40357
|
|
|
40355
40358
|
/* harmony default export */ var component_taskUnionExamine = (taskUnionExamine_component.exports);
|
|
40356
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=template&id=
|
|
40357
|
-
var
|
|
40359
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=template&id=0e0beabc&
|
|
40360
|
+
var freeStartFlowvue_type_template_id_0e0beabc_render = function () {
|
|
40358
40361
|
var _vm = this
|
|
40359
40362
|
var _h = _vm.$createElement
|
|
40360
40363
|
var _c = _vm._self._c || _h
|
|
@@ -41251,6 +41254,7 @@ var freeStartFlowvue_type_template_id_3a3f9d01_render = function () {
|
|
|
41251
41254
|
roleid:
|
|
41252
41255
|
_vm.selectorParams
|
|
41253
41256
|
.roleid,
|
|
41257
|
+
only_filid: true,
|
|
41254
41258
|
},
|
|
41255
41259
|
},
|
|
41256
41260
|
on: {
|
|
@@ -41287,10 +41291,14 @@ var freeStartFlowvue_type_template_id_3a3f9d01_render = function () {
|
|
|
41287
41291
|
multiple: "",
|
|
41288
41292
|
mix: "",
|
|
41289
41293
|
where: {
|
|
41290
|
-
filid: "
|
|
41294
|
+
filid: "all",
|
|
41291
41295
|
roleid:
|
|
41292
41296
|
_vm.selectorParams
|
|
41293
41297
|
.roleid,
|
|
41298
|
+
nofilid:
|
|
41299
|
+
_vm.sessionStorage.getItem(
|
|
41300
|
+
"orgId"
|
|
41301
|
+
),
|
|
41294
41302
|
},
|
|
41295
41303
|
showTooltip:
|
|
41296
41304
|
_vm.showTooltip,
|
|
@@ -42460,11 +42468,11 @@ var freeStartFlowvue_type_template_id_3a3f9d01_render = function () {
|
|
|
42460
42468
|
)
|
|
42461
42469
|
: _vm._e()
|
|
42462
42470
|
}
|
|
42463
|
-
var
|
|
42464
|
-
|
|
42471
|
+
var freeStartFlowvue_type_template_id_0e0beabc_staticRenderFns = []
|
|
42472
|
+
freeStartFlowvue_type_template_id_0e0beabc_render._withStripped = true
|
|
42465
42473
|
|
|
42466
42474
|
|
|
42467
|
-
// CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=
|
|
42475
|
+
// CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=0e0beabc&
|
|
42468
42476
|
|
|
42469
42477
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=script&lang=js&
|
|
42470
42478
|
|
|
@@ -45179,8 +45187,8 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45179
45187
|
|
|
45180
45188
|
var freeStartFlow_component = normalizeComponent(
|
|
45181
45189
|
src_freeStartFlowvue_type_script_lang_js_,
|
|
45182
|
-
|
|
45183
|
-
|
|
45190
|
+
freeStartFlowvue_type_template_id_0e0beabc_render,
|
|
45191
|
+
freeStartFlowvue_type_template_id_0e0beabc_staticRenderFns,
|
|
45184
45192
|
false,
|
|
45185
45193
|
null,
|
|
45186
45194
|
null,
|
|
@@ -45555,8 +45563,8 @@ var supervise_component = normalizeComponent(
|
|
|
45555
45563
|
)
|
|
45556
45564
|
|
|
45557
45565
|
/* harmony default export */ var supervise = (supervise_component.exports);
|
|
45558
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=template&id=
|
|
45559
|
-
var
|
|
45566
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=template&id=7e42d343&
|
|
45567
|
+
var Circulatevue_type_template_id_7e42d343_render = function () {
|
|
45560
45568
|
var _vm = this
|
|
45561
45569
|
var _h = _vm.$createElement
|
|
45562
45570
|
var _c = _vm._self._c || _h
|
|
@@ -45750,11 +45758,11 @@ var Circulatevue_type_template_id_694b261a_render = function () {
|
|
|
45750
45758
|
1
|
|
45751
45759
|
)
|
|
45752
45760
|
}
|
|
45753
|
-
var
|
|
45754
|
-
|
|
45761
|
+
var Circulatevue_type_template_id_7e42d343_staticRenderFns = []
|
|
45762
|
+
Circulatevue_type_template_id_7e42d343_render._withStripped = true
|
|
45755
45763
|
|
|
45756
45764
|
|
|
45757
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=
|
|
45765
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=7e42d343&
|
|
45758
45766
|
|
|
45759
45767
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=script&lang=js&
|
|
45760
45768
|
var Circulatevue_type_script_lang_js_components;
|
|
@@ -45911,11 +45919,11 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
45911
45919
|
currentOrgName: '',
|
|
45912
45920
|
otherOrgName: '',
|
|
45913
45921
|
newMultiple: true,
|
|
45914
|
-
params: { filid: 'all' },
|
|
45922
|
+
params: { filid: 'all', only_filid: true },
|
|
45915
45923
|
isHideOtherOrg: '',
|
|
45916
45924
|
isHideCurrentOrg: 0,
|
|
45917
45925
|
isOpinionRequired: 0,
|
|
45918
|
-
otherParams: { filid: '
|
|
45926
|
+
otherParams: { filid: 'all', nofilid: 1 },
|
|
45919
45927
|
loading: false,
|
|
45920
45928
|
subLoading: null,
|
|
45921
45929
|
userModel: {}
|
|
@@ -45926,6 +45934,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
45926
45934
|
selectorParams: {
|
|
45927
45935
|
handler: function handler(val) {
|
|
45928
45936
|
this.params = val;
|
|
45937
|
+
this.params.only_filid = true;
|
|
45929
45938
|
},
|
|
45930
45939
|
|
|
45931
45940
|
deep: true,
|
|
@@ -46171,8 +46180,8 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
46171
46180
|
|
|
46172
46181
|
var Circulate_component = normalizeComponent(
|
|
46173
46182
|
component_Circulatevue_type_script_lang_js_,
|
|
46174
|
-
|
|
46175
|
-
|
|
46183
|
+
Circulatevue_type_template_id_7e42d343_render,
|
|
46184
|
+
Circulatevue_type_template_id_7e42d343_staticRenderFns,
|
|
46176
46185
|
false,
|
|
46177
46186
|
null,
|
|
46178
46187
|
null,
|
|
@@ -46181,8 +46190,8 @@ var Circulate_component = normalizeComponent(
|
|
|
46181
46190
|
)
|
|
46182
46191
|
|
|
46183
46192
|
/* harmony default export */ var Circulate = (Circulate_component.exports);
|
|
46184
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/FreeCirculation.vue?vue&type=template&id=
|
|
46185
|
-
var
|
|
46193
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/FreeCirculation.vue?vue&type=template&id=26d26287&
|
|
46194
|
+
var FreeCirculationvue_type_template_id_26d26287_render = function () {
|
|
46186
46195
|
var _vm = this
|
|
46187
46196
|
var _h = _vm.$createElement
|
|
46188
46197
|
var _c = _vm._self._c || _h
|
|
@@ -46237,8 +46246,9 @@ var FreeCirculationvue_type_template_id_3b19b588_render = function () {
|
|
|
46237
46246
|
showTooltip: _vm.showTooltip,
|
|
46238
46247
|
disableds: _vm.otherOrgDisabledObjId,
|
|
46239
46248
|
where: {
|
|
46240
|
-
filid: "
|
|
46249
|
+
filid: "all",
|
|
46241
46250
|
roleid: _vm.selectorParams.roleid,
|
|
46251
|
+
nofilid: _vm.sessionStorage.getItem("orgId"),
|
|
46242
46252
|
},
|
|
46243
46253
|
types: _vm.foreignOrgSelectorTabs,
|
|
46244
46254
|
params: _vm.foreignOrgSelectorParams,
|
|
@@ -46280,11 +46290,11 @@ var FreeCirculationvue_type_template_id_3b19b588_render = function () {
|
|
|
46280
46290
|
1
|
|
46281
46291
|
)
|
|
46282
46292
|
}
|
|
46283
|
-
var
|
|
46284
|
-
|
|
46293
|
+
var FreeCirculationvue_type_template_id_26d26287_staticRenderFns = []
|
|
46294
|
+
FreeCirculationvue_type_template_id_26d26287_render._withStripped = true
|
|
46285
46295
|
|
|
46286
46296
|
|
|
46287
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/FreeCirculation.vue?vue&type=template&id=
|
|
46297
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/FreeCirculation.vue?vue&type=template&id=26d26287&
|
|
46288
46298
|
|
|
46289
46299
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/FreeCirculation.vue?vue&type=script&lang=js&
|
|
46290
46300
|
var FreeCirculationvue_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; };
|
|
@@ -46368,11 +46378,11 @@ var FreeCirculationvue_type_script_lang_js_extends = Object.assign || function (
|
|
|
46368
46378
|
nextOtherOrgObjSelect: [],
|
|
46369
46379
|
nextNode: {},
|
|
46370
46380
|
currentOrgSelectorParams: {
|
|
46371
|
-
filid: JSON.parse(utils_util.getStorage('mainConfig')).userModel.orgId
|
|
46381
|
+
filid: JSON.parse(utils_util.getStorage('mainConfig')).userModel.orgId, only_filid: true
|
|
46372
46382
|
},
|
|
46373
46383
|
currentOrgSelectorTabs: ['employee', 'persongroup'],
|
|
46374
46384
|
foreignOrgSelectorTabs: ['enterprise', 'filgroup'],
|
|
46375
|
-
foreignOrgSelectorParams: { enterprise: { filid: '
|
|
46385
|
+
foreignOrgSelectorParams: { enterprise: { filid: 'all', roleid: '', nofilid: sessionStorage.getItem('orgId') }, filgroup: { filid: 'all', roleid: '', nofilid: sessionStorage.getItem('orgId') }, roleid: '' },
|
|
46376
46386
|
loading: null
|
|
46377
46387
|
};
|
|
46378
46388
|
},
|
|
@@ -46512,8 +46522,8 @@ var FreeCirculationvue_type_script_lang_js_extends = Object.assign || function (
|
|
|
46512
46522
|
|
|
46513
46523
|
var FreeCirculation_component = normalizeComponent(
|
|
46514
46524
|
component_FreeCirculationvue_type_script_lang_js_,
|
|
46515
|
-
|
|
46516
|
-
|
|
46525
|
+
FreeCirculationvue_type_template_id_26d26287_render,
|
|
46526
|
+
FreeCirculationvue_type_template_id_26d26287_staticRenderFns,
|
|
46517
46527
|
false,
|
|
46518
46528
|
null,
|
|
46519
46529
|
null,
|
|
@@ -47808,7 +47818,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47808
47818
|
currentNodeEnableItemHandleDescription: false,
|
|
47809
47819
|
startFlowPageEmbeddedIntoStartFlowIndex: false,
|
|
47810
47820
|
pendingItemHandleDescription: '',
|
|
47811
|
-
currentOrgSelectorParams: { filid: '' },
|
|
47821
|
+
currentOrgSelectorParams: { filid: '', only_filid: true },
|
|
47812
47822
|
currentOrgSelectorTabs: ['employee', 'persongroup'],
|
|
47813
47823
|
foreignOrgSelectorTabs: ['enterprise', 'filgroupobj'],
|
|
47814
47824
|
foreignOrgSelectorParams: { filid: 'all', roleid: '' },
|
|
@@ -48053,7 +48063,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48053
48063
|
required: this.enableCustomLimitTimeSetting,
|
|
48054
48064
|
message: this.showCustomLimitTimeText ? '请输入限时办理天数' : '请选择限时办理天数',
|
|
48055
48065
|
trigger: 'blur'
|
|
48056
|
-
}, {
|
|
48066
|
+
}, {
|
|
48067
|
+
required: this.enableCustomLimitTimeSetting,
|
|
48068
|
+
validator: this.checkCustomLimitTime,
|
|
48069
|
+
trigger: 'change'
|
|
48070
|
+
}]
|
|
48057
48071
|
};
|
|
48058
48072
|
},
|
|
48059
48073
|
tabs: function tabs() {
|
|
@@ -49447,7 +49461,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49447
49461
|
var currentOrgparams = currentOrgSelectorParams.currentOrgRange.split(',');
|
|
49448
49462
|
_this29.currentOrgSelectorTabs.map(function (x, i) {
|
|
49449
49463
|
_this29.currentOrgSelectorParams[x] = {
|
|
49450
|
-
filid: currentOrgparams[i] == 'my' ? choiceOrgId : currentOrgparams[i]
|
|
49464
|
+
filid: currentOrgparams[i] == 'my' ? choiceOrgId : currentOrgparams[i],
|
|
49465
|
+
only_filid: true
|
|
49451
49466
|
};
|
|
49452
49467
|
});
|
|
49453
49468
|
}
|
|
@@ -49456,7 +49471,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49456
49471
|
var foreignOrgparams = currentOrgSelectorParams.foreignOrgRange.split(',');
|
|
49457
49472
|
_this29.foreignOrgSelectorTabs.map(function (x, i) {
|
|
49458
49473
|
_this29.foreignOrgSelectorParams[x] = {
|
|
49459
|
-
filid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i] == 'nofilidorg' || foreignOrgparams[i] == 'nofiliddept' ? '
|
|
49474
|
+
filid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i] == 'nofilidorg' || foreignOrgparams[i] == 'nofiliddept' ? 'all' : foreignOrgparams[i],
|
|
49460
49475
|
nofilid: foreignOrgparams[i] == 'nofilidorg' ? sessionStorage.getItem('orgId') : foreignOrgparams[i] == 'nofiliddept' ? sessionStorage.getItem('depId') : foreignOrgparams[i] == 'other' ? 1 : 0,
|
|
49461
49476
|
roleid: _this29.circularReadParamsMap.circularReadOrgRoleCode || _this29.foreignOrgSelectorParams.roleid
|
|
49462
49477
|
};
|
|
@@ -50217,8 +50232,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50217
50232
|
|
|
50218
50233
|
var flow_src_main_component = normalizeComponent(
|
|
50219
50234
|
packages_flow_src_mainvue_type_script_lang_js_,
|
|
50220
|
-
|
|
50221
|
-
|
|
50235
|
+
mainvue_type_template_id_3b3047e5_render,
|
|
50236
|
+
mainvue_type_template_id_3b3047e5_staticRenderFns,
|
|
50222
50237
|
false,
|
|
50223
50238
|
null,
|
|
50224
50239
|
null,
|
|
@@ -94539,7 +94554,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
94539
94554
|
}
|
|
94540
94555
|
|
|
94541
94556
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
94542
|
-
version: '0.7.
|
|
94557
|
+
version: '0.7.62',
|
|
94543
94558
|
install: install,
|
|
94544
94559
|
Button: packages_button,
|
|
94545
94560
|
ButtonGroup: button_group,
|