eoss-mobiles 0.3.56 → 0.3.57
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 +15 -9
- package/lib/flow.js +14 -8
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/taskUnionExamine.vue +8 -2
- package/src/index.js +1 -1
|
@@ -21141,8 +21141,8 @@ var TaskRead_component = normalizeComponent(
|
|
|
21141
21141
|
)
|
|
21142
21142
|
|
|
21143
21143
|
/* harmony default export */ var TaskRead = (TaskRead_component.exports);
|
|
21144
|
-
// 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=
|
|
21145
|
-
var
|
|
21144
|
+
// 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=8179f026
|
|
21145
|
+
var taskUnionExaminevue_type_template_id_8179f026_render = function () {
|
|
21146
21146
|
var _vm = this
|
|
21147
21147
|
var _h = _vm.$createElement
|
|
21148
21148
|
var _c = _vm._self._c || _h
|
|
@@ -21305,11 +21305,11 @@ var taskUnionExaminevue_type_template_id_0312edd8_render = function () {
|
|
|
21305
21305
|
]),
|
|
21306
21306
|
])
|
|
21307
21307
|
}
|
|
21308
|
-
var
|
|
21309
|
-
|
|
21308
|
+
var taskUnionExaminevue_type_template_id_8179f026_staticRenderFns = []
|
|
21309
|
+
taskUnionExaminevue_type_template_id_8179f026_render._withStripped = true
|
|
21310
21310
|
|
|
21311
21311
|
|
|
21312
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=
|
|
21312
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=8179f026
|
|
21313
21313
|
|
|
21314
21314
|
// 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
|
|
21315
21315
|
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; };
|
|
@@ -21500,6 +21500,11 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
21500
21500
|
};
|
|
21501
21501
|
this.otherParams.myUserid = this.params.myUserid = util["a" /* default */].getStorage('userId') || this.userId || '';
|
|
21502
21502
|
this.params.nofilid = this.otherParams.nofilid = this.orgId || JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId || this.userId || '';
|
|
21503
|
+
if (this.type == 'takeAdvice') {
|
|
21504
|
+
this.params.only_filid = true;
|
|
21505
|
+
} else {
|
|
21506
|
+
this.params = taskUnionExaminevue_type_script_lang_js_extends({}, this.params, this.selectorParams);
|
|
21507
|
+
}
|
|
21503
21508
|
this.params = taskUnionExaminevue_type_script_lang_js_extends({}, this.params);
|
|
21504
21509
|
this.otherParams = taskUnionExaminevue_type_script_lang_js_extends({}, this.otherParams, this.selectorParams);
|
|
21505
21510
|
// this.newMultiple = this.multiple;
|
|
@@ -21740,7 +21745,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
21740
21745
|
var param = res.data.customizedConfig.currentOrgSelectorRangeList.split(',');
|
|
21741
21746
|
res.data.customizedConfig.currentOrgSelectorItemList.split(',').map(function (x, i) {
|
|
21742
21747
|
_this5.params[x] = {
|
|
21743
|
-
pid: param[i] == 'my' ? _this5.params.pid = JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId : param[i]
|
|
21748
|
+
pid: param[i] == 'my' ? _this5.params.pid = JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId : param[i],
|
|
21749
|
+
only_filid: true
|
|
21744
21750
|
};
|
|
21745
21751
|
});
|
|
21746
21752
|
} else {
|
|
@@ -21961,8 +21967,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
21961
21967
|
|
|
21962
21968
|
var taskUnionExamine_component = normalizeComponent(
|
|
21963
21969
|
components_taskUnionExaminevue_type_script_lang_js,
|
|
21964
|
-
|
|
21965
|
-
|
|
21970
|
+
taskUnionExaminevue_type_template_id_8179f026_render,
|
|
21971
|
+
taskUnionExaminevue_type_template_id_8179f026_staticRenderFns,
|
|
21966
21972
|
false,
|
|
21967
21973
|
null,
|
|
21968
21974
|
null,
|
|
@@ -29375,7 +29381,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
29375
29381
|
}
|
|
29376
29382
|
|
|
29377
29383
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
29378
|
-
version: '0.3.
|
|
29384
|
+
version: '0.3.57',
|
|
29379
29385
|
install: install,
|
|
29380
29386
|
Button: packages_button,
|
|
29381
29387
|
ButtonGroup: button_group,
|
package/lib/flow.js
CHANGED
|
@@ -10381,8 +10381,8 @@ var TaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
|
10381
10381
|
)
|
|
10382
10382
|
|
|
10383
10383
|
/* harmony default export */ var TaskRead = (TaskRead_component.exports);
|
|
10384
|
-
// 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=
|
|
10385
|
-
var
|
|
10384
|
+
// 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=8179f026
|
|
10385
|
+
var taskUnionExaminevue_type_template_id_8179f026_render = function () {
|
|
10386
10386
|
var _vm = this
|
|
10387
10387
|
var _h = _vm.$createElement
|
|
10388
10388
|
var _c = _vm._self._c || _h
|
|
@@ -10545,11 +10545,11 @@ var taskUnionExaminevue_type_template_id_0312edd8_render = function () {
|
|
|
10545
10545
|
]),
|
|
10546
10546
|
])
|
|
10547
10547
|
}
|
|
10548
|
-
var
|
|
10549
|
-
|
|
10548
|
+
var taskUnionExaminevue_type_template_id_8179f026_staticRenderFns = []
|
|
10549
|
+
taskUnionExaminevue_type_template_id_8179f026_render._withStripped = true
|
|
10550
10550
|
|
|
10551
10551
|
|
|
10552
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=
|
|
10552
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=8179f026
|
|
10553
10553
|
|
|
10554
10554
|
// 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
|
|
10555
10555
|
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; };
|
|
@@ -10740,6 +10740,11 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
10740
10740
|
};
|
|
10741
10741
|
this.otherParams.myUserid = this.params.myUserid = util["a" /* default */].getStorage('userId') || this.userId || '';
|
|
10742
10742
|
this.params.nofilid = this.otherParams.nofilid = this.orgId || JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId || this.userId || '';
|
|
10743
|
+
if (this.type == 'takeAdvice') {
|
|
10744
|
+
this.params.only_filid = true;
|
|
10745
|
+
} else {
|
|
10746
|
+
this.params = taskUnionExaminevue_type_script_lang_js_extends({}, this.params, this.selectorParams);
|
|
10747
|
+
}
|
|
10743
10748
|
this.params = taskUnionExaminevue_type_script_lang_js_extends({}, this.params);
|
|
10744
10749
|
this.otherParams = taskUnionExaminevue_type_script_lang_js_extends({}, this.otherParams, this.selectorParams);
|
|
10745
10750
|
// this.newMultiple = this.multiple;
|
|
@@ -10980,7 +10985,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
10980
10985
|
var param = res.data.customizedConfig.currentOrgSelectorRangeList.split(',');
|
|
10981
10986
|
res.data.customizedConfig.currentOrgSelectorItemList.split(',').map(function (x, i) {
|
|
10982
10987
|
_this5.params[x] = {
|
|
10983
|
-
pid: param[i] == 'my' ? _this5.params.pid = JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId : param[i]
|
|
10988
|
+
pid: param[i] == 'my' ? _this5.params.pid = JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId : param[i],
|
|
10989
|
+
only_filid: true
|
|
10984
10990
|
};
|
|
10985
10991
|
});
|
|
10986
10992
|
} else {
|
|
@@ -11201,8 +11207,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
11201
11207
|
|
|
11202
11208
|
var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
|
|
11203
11209
|
components_taskUnionExaminevue_type_script_lang_js,
|
|
11204
|
-
|
|
11205
|
-
|
|
11210
|
+
taskUnionExaminevue_type_template_id_8179f026_render,
|
|
11211
|
+
taskUnionExaminevue_type_template_id_8179f026_staticRenderFns,
|
|
11206
11212
|
false,
|
|
11207
11213
|
null,
|
|
11208
11214
|
null,
|