eoss-mobiles 0.3.53 → 0.3.54
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 +32 -28
- package/lib/flow.js +31 -27
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/Circulate.vue +4 -3
- package/packages/flow/src/components/Handle.vue +4 -3
- package/packages/flow/src/components/taskUnionExamine.vue +1 -0
- package/src/index.js +1 -1
|
@@ -15510,8 +15510,8 @@ var StartFlow_component = normalizeComponent(
|
|
|
15510
15510
|
)
|
|
15511
15511
|
|
|
15512
15512
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
15513
|
-
// 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=
|
|
15514
|
-
var
|
|
15513
|
+
// 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=01ab6df6
|
|
15514
|
+
var Handlevue_type_template_id_01ab6df6_render = function () {
|
|
15515
15515
|
var _vm = this
|
|
15516
15516
|
var _h = _vm.$createElement
|
|
15517
15517
|
var _c = _vm._self._c || _h
|
|
@@ -16955,11 +16955,11 @@ var Handlevue_type_template_id_33af5991_render = function () {
|
|
|
16955
16955
|
1
|
|
16956
16956
|
)
|
|
16957
16957
|
}
|
|
16958
|
-
var
|
|
16959
|
-
|
|
16958
|
+
var Handlevue_type_template_id_01ab6df6_staticRenderFns = []
|
|
16959
|
+
Handlevue_type_template_id_01ab6df6_render._withStripped = true
|
|
16960
16960
|
|
|
16961
16961
|
|
|
16962
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
16962
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=01ab6df6
|
|
16963
16963
|
|
|
16964
16964
|
// 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=4dfae864
|
|
16965
16965
|
var Rejectvue_type_template_id_4dfae864_render = function () {
|
|
@@ -19090,7 +19090,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19090
19090
|
var currentOrgparams = currentOrgSelectorParams.currentOrgRange.split(',');
|
|
19091
19091
|
that.currentOrgSelectorTabs.map(function (x, i) {
|
|
19092
19092
|
that.currentOrgSelectorParams[x] = {
|
|
19093
|
-
pid: currentOrgparams[i] == 'my' ? choiceOrgId : currentOrgparams[i]
|
|
19093
|
+
pid: currentOrgparams[i] == 'my' ? choiceOrgId : currentOrgparams[i],
|
|
19094
|
+
only_filid: true
|
|
19094
19095
|
};
|
|
19095
19096
|
});
|
|
19096
19097
|
that.currentOrgSelectorTabs = that.currentOrgSelectorTabs.join(',');
|
|
@@ -19100,8 +19101,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19100
19101
|
var foreignOrgparams = currentOrgSelectorParams.foreignOrgRange.split(',');
|
|
19101
19102
|
that.foreignOrgSelectorTabs.map(function (x, i) {
|
|
19102
19103
|
that.foreignOrgSelectorParams[x] = {
|
|
19103
|
-
pid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i] == 'other' ? 'root' : foreignOrgparams[i],
|
|
19104
|
-
nofilid: foreignOrgparams[i] == 'other' ? 1 : 0,
|
|
19104
|
+
pid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i] == 'other' || foreignOrgparams[i] == 'nofilidorg' ? 'root' : foreignOrgparams[i],
|
|
19105
|
+
nofilid: foreignOrgparams[i] == 'nofilidorg' ? that.orgId || JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId : foreignOrgparams[i] == 'other' ? 1 : 0,
|
|
19105
19106
|
myUserid: x == 'filgroup' ? util["a" /* default */].getStorage('userId') : ''
|
|
19106
19107
|
};
|
|
19107
19108
|
});
|
|
@@ -19473,8 +19474,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19473
19474
|
|
|
19474
19475
|
var Handle_component = normalizeComponent(
|
|
19475
19476
|
components_Handlevue_type_script_lang_js,
|
|
19476
|
-
|
|
19477
|
-
|
|
19477
|
+
Handlevue_type_template_id_01ab6df6_render,
|
|
19478
|
+
Handlevue_type_template_id_01ab6df6_staticRenderFns,
|
|
19478
19479
|
false,
|
|
19479
19480
|
null,
|
|
19480
19481
|
null,
|
|
@@ -19483,8 +19484,8 @@ var Handle_component = normalizeComponent(
|
|
|
19483
19484
|
)
|
|
19484
19485
|
|
|
19485
19486
|
/* harmony default export */ var Handle = (Handle_component.exports);
|
|
19486
|
-
// 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=
|
|
19487
|
-
var
|
|
19487
|
+
// 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=483055a4
|
|
19488
|
+
var Circulatevue_type_template_id_483055a4_render = function () {
|
|
19488
19489
|
var _vm = this
|
|
19489
19490
|
var _h = _vm.$createElement
|
|
19490
19491
|
var _c = _vm._self._c || _h
|
|
@@ -19710,11 +19711,11 @@ var Circulatevue_type_template_id_a5842bc6_render = function () {
|
|
|
19710
19711
|
),
|
|
19711
19712
|
])
|
|
19712
19713
|
}
|
|
19713
|
-
var
|
|
19714
|
-
|
|
19714
|
+
var Circulatevue_type_template_id_483055a4_staticRenderFns = []
|
|
19715
|
+
Circulatevue_type_template_id_483055a4_render._withStripped = true
|
|
19715
19716
|
|
|
19716
19717
|
|
|
19717
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Circulate.vue?vue&type=template&id=
|
|
19718
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Circulate.vue?vue&type=template&id=483055a4
|
|
19718
19719
|
|
|
19719
19720
|
// 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
|
|
19720
19721
|
//
|
|
@@ -19855,6 +19856,7 @@ Circulatevue_type_template_id_a5842bc6_render._withStripped = true
|
|
|
19855
19856
|
|
|
19856
19857
|
|
|
19857
19858
|
|
|
19859
|
+
|
|
19858
19860
|
/* harmony default export */ var Circulatevue_type_script_lang_js = ({
|
|
19859
19861
|
name: 'Handle',
|
|
19860
19862
|
inheritAttrs: false,
|
|
@@ -19915,7 +19917,7 @@ Circulatevue_type_template_id_a5842bc6_render._withStripped = true
|
|
|
19915
19917
|
|
|
19916
19918
|
return _ref = {
|
|
19917
19919
|
AddSignList: [{ name: '前置加签', value: 'preAddSign' }, { name: '后置加签', value: 'postAddSign' }],
|
|
19918
|
-
currentOrgSelectorParams: {},
|
|
19920
|
+
currentOrgSelectorParams: { only_filid: true },
|
|
19919
19921
|
currentOrgSelectorTabs: 'employee, persongroup',
|
|
19920
19922
|
foreignOrgSelectorTabs: 'enterprise,filgroupobj',
|
|
19921
19923
|
foreignOrgSelectorParams: { roleid: '' },
|
|
@@ -19999,8 +20001,8 @@ Circulatevue_type_template_id_a5842bc6_render._withStripped = true
|
|
|
19999
20001
|
},
|
|
20000
20002
|
created: function created() {
|
|
20001
20003
|
// this.getMessage();
|
|
20002
|
-
this.currentOrgSelectorParams.employee = { pid: this.orgId };
|
|
20003
|
-
this.foreignOrgSelectorParams.nofilid = this.orgId;
|
|
20004
|
+
this.currentOrgSelectorParams.employee = this.currentOrgSelectorParams.persongroup = { pid: this.orgId || JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId };
|
|
20005
|
+
this.foreignOrgSelectorParams.nofilid = this.orgId || JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId;
|
|
20004
20006
|
this.foreignOrgSelectorParams.myUserid = '';
|
|
20005
20007
|
this.foreignOrgSelectorParams.filgroup = {
|
|
20006
20008
|
pid: 'root',
|
|
@@ -20228,8 +20230,8 @@ Circulatevue_type_template_id_a5842bc6_render._withStripped = true
|
|
|
20228
20230
|
|
|
20229
20231
|
var Circulate_component = normalizeComponent(
|
|
20230
20232
|
components_Circulatevue_type_script_lang_js,
|
|
20231
|
-
|
|
20232
|
-
|
|
20233
|
+
Circulatevue_type_template_id_483055a4_render,
|
|
20234
|
+
Circulatevue_type_template_id_483055a4_staticRenderFns,
|
|
20233
20235
|
false,
|
|
20234
20236
|
null,
|
|
20235
20237
|
null,
|
|
@@ -21126,8 +21128,8 @@ var TaskRead_component = normalizeComponent(
|
|
|
21126
21128
|
)
|
|
21127
21129
|
|
|
21128
21130
|
/* harmony default export */ var TaskRead = (TaskRead_component.exports);
|
|
21129
|
-
// 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=
|
|
21130
|
-
var
|
|
21131
|
+
// 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=f69c2dba
|
|
21132
|
+
var taskUnionExaminevue_type_template_id_f69c2dba_render = function () {
|
|
21131
21133
|
var _vm = this
|
|
21132
21134
|
var _h = _vm.$createElement
|
|
21133
21135
|
var _c = _vm._self._c || _h
|
|
@@ -21161,6 +21163,7 @@ var taskUnionExaminevue_type_template_id_65b142be_render = function () {
|
|
|
21161
21163
|
attrs: {
|
|
21162
21164
|
multiple: _vm.newMultiple,
|
|
21163
21165
|
isAllCheck: _vm.isAllCheck,
|
|
21166
|
+
isEnterprise: "",
|
|
21164
21167
|
tabs:
|
|
21165
21168
|
_vm.type == "takeAdvice"
|
|
21166
21169
|
? _vm.currentOrgTabs.length > 0
|
|
@@ -21289,11 +21292,11 @@ var taskUnionExaminevue_type_template_id_65b142be_render = function () {
|
|
|
21289
21292
|
]),
|
|
21290
21293
|
])
|
|
21291
21294
|
}
|
|
21292
|
-
var
|
|
21293
|
-
|
|
21295
|
+
var taskUnionExaminevue_type_template_id_f69c2dba_staticRenderFns = []
|
|
21296
|
+
taskUnionExaminevue_type_template_id_f69c2dba_render._withStripped = true
|
|
21294
21297
|
|
|
21295
21298
|
|
|
21296
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=
|
|
21299
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=f69c2dba
|
|
21297
21300
|
|
|
21298
21301
|
// 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
|
|
21299
21302
|
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; };
|
|
@@ -21398,6 +21401,7 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
21398
21401
|
//
|
|
21399
21402
|
//
|
|
21400
21403
|
//
|
|
21404
|
+
//
|
|
21401
21405
|
|
|
21402
21406
|
|
|
21403
21407
|
|
|
@@ -21944,8 +21948,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
21944
21948
|
|
|
21945
21949
|
var taskUnionExamine_component = normalizeComponent(
|
|
21946
21950
|
components_taskUnionExaminevue_type_script_lang_js,
|
|
21947
|
-
|
|
21948
|
-
|
|
21951
|
+
taskUnionExaminevue_type_template_id_f69c2dba_render,
|
|
21952
|
+
taskUnionExaminevue_type_template_id_f69c2dba_staticRenderFns,
|
|
21949
21953
|
false,
|
|
21950
21954
|
null,
|
|
21951
21955
|
null,
|
|
@@ -29358,7 +29362,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
29358
29362
|
}
|
|
29359
29363
|
|
|
29360
29364
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
29361
|
-
version: '0.3.
|
|
29365
|
+
version: '0.3.54',
|
|
29362
29366
|
install: install,
|
|
29363
29367
|
Button: packages_button,
|
|
29364
29368
|
ButtonGroup: button_group,
|
package/lib/flow.js
CHANGED
|
@@ -4750,8 +4750,8 @@ var StartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
|
4750
4750
|
)
|
|
4751
4751
|
|
|
4752
4752
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
4753
|
-
// 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=
|
|
4754
|
-
var
|
|
4753
|
+
// 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=01ab6df6
|
|
4754
|
+
var Handlevue_type_template_id_01ab6df6_render = function () {
|
|
4755
4755
|
var _vm = this
|
|
4756
4756
|
var _h = _vm.$createElement
|
|
4757
4757
|
var _c = _vm._self._c || _h
|
|
@@ -6195,11 +6195,11 @@ var Handlevue_type_template_id_33af5991_render = function () {
|
|
|
6195
6195
|
1
|
|
6196
6196
|
)
|
|
6197
6197
|
}
|
|
6198
|
-
var
|
|
6199
|
-
|
|
6198
|
+
var Handlevue_type_template_id_01ab6df6_staticRenderFns = []
|
|
6199
|
+
Handlevue_type_template_id_01ab6df6_render._withStripped = true
|
|
6200
6200
|
|
|
6201
6201
|
|
|
6202
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
6202
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=01ab6df6
|
|
6203
6203
|
|
|
6204
6204
|
// 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=4dfae864
|
|
6205
6205
|
var Rejectvue_type_template_id_4dfae864_render = function () {
|
|
@@ -8330,7 +8330,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
8330
8330
|
var currentOrgparams = currentOrgSelectorParams.currentOrgRange.split(',');
|
|
8331
8331
|
that.currentOrgSelectorTabs.map(function (x, i) {
|
|
8332
8332
|
that.currentOrgSelectorParams[x] = {
|
|
8333
|
-
pid: currentOrgparams[i] == 'my' ? choiceOrgId : currentOrgparams[i]
|
|
8333
|
+
pid: currentOrgparams[i] == 'my' ? choiceOrgId : currentOrgparams[i],
|
|
8334
|
+
only_filid: true
|
|
8334
8335
|
};
|
|
8335
8336
|
});
|
|
8336
8337
|
that.currentOrgSelectorTabs = that.currentOrgSelectorTabs.join(',');
|
|
@@ -8340,8 +8341,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
8340
8341
|
var foreignOrgparams = currentOrgSelectorParams.foreignOrgRange.split(',');
|
|
8341
8342
|
that.foreignOrgSelectorTabs.map(function (x, i) {
|
|
8342
8343
|
that.foreignOrgSelectorParams[x] = {
|
|
8343
|
-
pid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i] == 'other' ? 'root' : foreignOrgparams[i],
|
|
8344
|
-
nofilid: foreignOrgparams[i] == 'other' ? 1 : 0,
|
|
8344
|
+
pid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i] == 'other' || foreignOrgparams[i] == 'nofilidorg' ? 'root' : foreignOrgparams[i],
|
|
8345
|
+
nofilid: foreignOrgparams[i] == 'nofilidorg' ? that.orgId || JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId : foreignOrgparams[i] == 'other' ? 1 : 0,
|
|
8345
8346
|
myUserid: x == 'filgroup' ? util["a" /* default */].getStorage('userId') : ''
|
|
8346
8347
|
};
|
|
8347
8348
|
});
|
|
@@ -8713,8 +8714,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
8713
8714
|
|
|
8714
8715
|
var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
8715
8716
|
components_Handlevue_type_script_lang_js,
|
|
8716
|
-
|
|
8717
|
-
|
|
8717
|
+
Handlevue_type_template_id_01ab6df6_render,
|
|
8718
|
+
Handlevue_type_template_id_01ab6df6_staticRenderFns,
|
|
8718
8719
|
false,
|
|
8719
8720
|
null,
|
|
8720
8721
|
null,
|
|
@@ -8723,8 +8724,8 @@ var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
|
8723
8724
|
)
|
|
8724
8725
|
|
|
8725
8726
|
/* harmony default export */ var Handle = (Handle_component.exports);
|
|
8726
|
-
// 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=
|
|
8727
|
-
var
|
|
8727
|
+
// 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=483055a4
|
|
8728
|
+
var Circulatevue_type_template_id_483055a4_render = function () {
|
|
8728
8729
|
var _vm = this
|
|
8729
8730
|
var _h = _vm.$createElement
|
|
8730
8731
|
var _c = _vm._self._c || _h
|
|
@@ -8950,11 +8951,11 @@ var Circulatevue_type_template_id_a5842bc6_render = function () {
|
|
|
8950
8951
|
),
|
|
8951
8952
|
])
|
|
8952
8953
|
}
|
|
8953
|
-
var
|
|
8954
|
-
|
|
8954
|
+
var Circulatevue_type_template_id_483055a4_staticRenderFns = []
|
|
8955
|
+
Circulatevue_type_template_id_483055a4_render._withStripped = true
|
|
8955
8956
|
|
|
8956
8957
|
|
|
8957
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Circulate.vue?vue&type=template&id=
|
|
8958
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Circulate.vue?vue&type=template&id=483055a4
|
|
8958
8959
|
|
|
8959
8960
|
// 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
|
|
8960
8961
|
//
|
|
@@ -9095,6 +9096,7 @@ Circulatevue_type_template_id_a5842bc6_render._withStripped = true
|
|
|
9095
9096
|
|
|
9096
9097
|
|
|
9097
9098
|
|
|
9099
|
+
|
|
9098
9100
|
/* harmony default export */ var Circulatevue_type_script_lang_js = ({
|
|
9099
9101
|
name: 'Handle',
|
|
9100
9102
|
inheritAttrs: false,
|
|
@@ -9155,7 +9157,7 @@ Circulatevue_type_template_id_a5842bc6_render._withStripped = true
|
|
|
9155
9157
|
|
|
9156
9158
|
return _ref = {
|
|
9157
9159
|
AddSignList: [{ name: '前置加签', value: 'preAddSign' }, { name: '后置加签', value: 'postAddSign' }],
|
|
9158
|
-
currentOrgSelectorParams: {},
|
|
9160
|
+
currentOrgSelectorParams: { only_filid: true },
|
|
9159
9161
|
currentOrgSelectorTabs: 'employee, persongroup',
|
|
9160
9162
|
foreignOrgSelectorTabs: 'enterprise,filgroupobj',
|
|
9161
9163
|
foreignOrgSelectorParams: { roleid: '' },
|
|
@@ -9239,8 +9241,8 @@ Circulatevue_type_template_id_a5842bc6_render._withStripped = true
|
|
|
9239
9241
|
},
|
|
9240
9242
|
created: function created() {
|
|
9241
9243
|
// this.getMessage();
|
|
9242
|
-
this.currentOrgSelectorParams.employee = { pid: this.orgId };
|
|
9243
|
-
this.foreignOrgSelectorParams.nofilid = this.orgId;
|
|
9244
|
+
this.currentOrgSelectorParams.employee = this.currentOrgSelectorParams.persongroup = { pid: this.orgId || JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId };
|
|
9245
|
+
this.foreignOrgSelectorParams.nofilid = this.orgId || JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId;
|
|
9244
9246
|
this.foreignOrgSelectorParams.myUserid = '';
|
|
9245
9247
|
this.foreignOrgSelectorParams.filgroup = {
|
|
9246
9248
|
pid: 'root',
|
|
@@ -9468,8 +9470,8 @@ Circulatevue_type_template_id_a5842bc6_render._withStripped = true
|
|
|
9468
9470
|
|
|
9469
9471
|
var Circulate_component = Object(componentNormalizer["a" /* default */])(
|
|
9470
9472
|
components_Circulatevue_type_script_lang_js,
|
|
9471
|
-
|
|
9472
|
-
|
|
9473
|
+
Circulatevue_type_template_id_483055a4_render,
|
|
9474
|
+
Circulatevue_type_template_id_483055a4_staticRenderFns,
|
|
9473
9475
|
false,
|
|
9474
9476
|
null,
|
|
9475
9477
|
null,
|
|
@@ -10366,8 +10368,8 @@ var TaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
|
10366
10368
|
)
|
|
10367
10369
|
|
|
10368
10370
|
/* harmony default export */ var TaskRead = (TaskRead_component.exports);
|
|
10369
|
-
// 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=
|
|
10370
|
-
var
|
|
10371
|
+
// 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=f69c2dba
|
|
10372
|
+
var taskUnionExaminevue_type_template_id_f69c2dba_render = function () {
|
|
10371
10373
|
var _vm = this
|
|
10372
10374
|
var _h = _vm.$createElement
|
|
10373
10375
|
var _c = _vm._self._c || _h
|
|
@@ -10401,6 +10403,7 @@ var taskUnionExaminevue_type_template_id_65b142be_render = function () {
|
|
|
10401
10403
|
attrs: {
|
|
10402
10404
|
multiple: _vm.newMultiple,
|
|
10403
10405
|
isAllCheck: _vm.isAllCheck,
|
|
10406
|
+
isEnterprise: "",
|
|
10404
10407
|
tabs:
|
|
10405
10408
|
_vm.type == "takeAdvice"
|
|
10406
10409
|
? _vm.currentOrgTabs.length > 0
|
|
@@ -10529,11 +10532,11 @@ var taskUnionExaminevue_type_template_id_65b142be_render = function () {
|
|
|
10529
10532
|
]),
|
|
10530
10533
|
])
|
|
10531
10534
|
}
|
|
10532
|
-
var
|
|
10533
|
-
|
|
10535
|
+
var taskUnionExaminevue_type_template_id_f69c2dba_staticRenderFns = []
|
|
10536
|
+
taskUnionExaminevue_type_template_id_f69c2dba_render._withStripped = true
|
|
10534
10537
|
|
|
10535
10538
|
|
|
10536
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=
|
|
10539
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=f69c2dba
|
|
10537
10540
|
|
|
10538
10541
|
// 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
|
|
10539
10542
|
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; };
|
|
@@ -10638,6 +10641,7 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
10638
10641
|
//
|
|
10639
10642
|
//
|
|
10640
10643
|
//
|
|
10644
|
+
//
|
|
10641
10645
|
|
|
10642
10646
|
|
|
10643
10647
|
|
|
@@ -11184,8 +11188,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
11184
11188
|
|
|
11185
11189
|
var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
|
|
11186
11190
|
components_taskUnionExaminevue_type_script_lang_js,
|
|
11187
|
-
|
|
11188
|
-
|
|
11191
|
+
taskUnionExaminevue_type_template_id_f69c2dba_render,
|
|
11192
|
+
taskUnionExaminevue_type_template_id_f69c2dba_staticRenderFns,
|
|
11189
11193
|
false,
|
|
11190
11194
|
null,
|
|
11191
11195
|
null,
|