eoss-mobiles 0.1.72 → 0.1.73
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 +10 -10
- package/lib/flow.js +9 -9
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/TaskRead.vue +4 -2
- package/src/index.js +1 -1
|
@@ -14177,8 +14177,8 @@ var Handle_component = normalizeComponent(
|
|
|
14177
14177
|
)
|
|
14178
14178
|
|
|
14179
14179
|
/* harmony default export */ var Handle = (Handle_component.exports);
|
|
14180
|
-
// 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/TaskRead.vue?vue&type=template&id=
|
|
14181
|
-
var
|
|
14180
|
+
// 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/TaskRead.vue?vue&type=template&id=4a7f2df0&
|
|
14181
|
+
var TaskReadvue_type_template_id_4a7f2df0_render = function () {
|
|
14182
14182
|
var _vm = this
|
|
14183
14183
|
var _h = _vm.$createElement
|
|
14184
14184
|
var _c = _vm._self._c || _h
|
|
@@ -14346,11 +14346,11 @@ var TaskReadvue_type_template_id_7015f94c_render = function () {
|
|
|
14346
14346
|
]),
|
|
14347
14347
|
])
|
|
14348
14348
|
}
|
|
14349
|
-
var
|
|
14350
|
-
|
|
14349
|
+
var TaskReadvue_type_template_id_4a7f2df0_staticRenderFns = []
|
|
14350
|
+
TaskReadvue_type_template_id_4a7f2df0_render._withStripped = true
|
|
14351
14351
|
|
|
14352
14352
|
|
|
14353
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=
|
|
14353
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=4a7f2df0&
|
|
14354
14354
|
|
|
14355
14355
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/TaskRead.vue?vue&type=script&lang=js&
|
|
14356
14356
|
var TaskReadvue_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; };
|
|
@@ -14557,7 +14557,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
14557
14557
|
taskExamine = this.taskExamine;
|
|
14558
14558
|
|
|
14559
14559
|
var params = {
|
|
14560
|
-
url: toTaskTransferIndex,
|
|
14560
|
+
url: this.baseUrl ? this.baseUrl + toTaskTransferIndex : toTaskTransferIndex,
|
|
14561
14561
|
params: {
|
|
14562
14562
|
opinion: opinion,
|
|
14563
14563
|
pendingId: pendingId,
|
|
@@ -14712,7 +14712,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
14712
14712
|
var _this5 = this;
|
|
14713
14713
|
|
|
14714
14714
|
utils_http({
|
|
14715
|
-
url: api_getHandleInfoHtml,
|
|
14715
|
+
url: this.baseUrl ? this.baseUrl + api_getHandleInfoHtml : api_getHandleInfoHtml,
|
|
14716
14716
|
params: { pendingId: this.pendingId }
|
|
14717
14717
|
}).then(function (res) {
|
|
14718
14718
|
var status = res.status,
|
|
@@ -14813,8 +14813,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
14813
14813
|
|
|
14814
14814
|
var TaskRead_component = normalizeComponent(
|
|
14815
14815
|
components_TaskReadvue_type_script_lang_js_,
|
|
14816
|
-
|
|
14817
|
-
|
|
14816
|
+
TaskReadvue_type_template_id_4a7f2df0_render,
|
|
14817
|
+
TaskReadvue_type_template_id_4a7f2df0_staticRenderFns,
|
|
14818
14818
|
false,
|
|
14819
14819
|
null,
|
|
14820
14820
|
null,
|
|
@@ -17866,7 +17866,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
17866
17866
|
}
|
|
17867
17867
|
|
|
17868
17868
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
17869
|
-
version: '0.1.
|
|
17869
|
+
version: '0.1.73',
|
|
17870
17870
|
install: install,
|
|
17871
17871
|
Button: packages_button,
|
|
17872
17872
|
ButtonGroup: button_group,
|
package/lib/flow.js
CHANGED
|
@@ -6158,8 +6158,8 @@ var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
|
6158
6158
|
)
|
|
6159
6159
|
|
|
6160
6160
|
/* harmony default export */ var Handle = (Handle_component.exports);
|
|
6161
|
-
// 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/TaskRead.vue?vue&type=template&id=
|
|
6162
|
-
var
|
|
6161
|
+
// 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/TaskRead.vue?vue&type=template&id=4a7f2df0&
|
|
6162
|
+
var TaskReadvue_type_template_id_4a7f2df0_render = function () {
|
|
6163
6163
|
var _vm = this
|
|
6164
6164
|
var _h = _vm.$createElement
|
|
6165
6165
|
var _c = _vm._self._c || _h
|
|
@@ -6327,11 +6327,11 @@ var TaskReadvue_type_template_id_7015f94c_render = function () {
|
|
|
6327
6327
|
]),
|
|
6328
6328
|
])
|
|
6329
6329
|
}
|
|
6330
|
-
var
|
|
6331
|
-
|
|
6330
|
+
var TaskReadvue_type_template_id_4a7f2df0_staticRenderFns = []
|
|
6331
|
+
TaskReadvue_type_template_id_4a7f2df0_render._withStripped = true
|
|
6332
6332
|
|
|
6333
6333
|
|
|
6334
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=
|
|
6334
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=4a7f2df0&
|
|
6335
6335
|
|
|
6336
6336
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/TaskRead.vue?vue&type=script&lang=js&
|
|
6337
6337
|
var TaskReadvue_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; };
|
|
@@ -6538,7 +6538,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
6538
6538
|
taskExamine = this.taskExamine;
|
|
6539
6539
|
|
|
6540
6540
|
var params = {
|
|
6541
|
-
url: api["y" /* toTaskTransferIndex */],
|
|
6541
|
+
url: this.baseUrl ? this.baseUrl + api["y" /* toTaskTransferIndex */] : api["y" /* toTaskTransferIndex */],
|
|
6542
6542
|
params: {
|
|
6543
6543
|
opinion: opinion,
|
|
6544
6544
|
pendingId: pendingId,
|
|
@@ -6693,7 +6693,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
6693
6693
|
var _this5 = this;
|
|
6694
6694
|
|
|
6695
6695
|
Object(http["a" /* default */])({
|
|
6696
|
-
url: api["d" /* getHandleInfoHtml */],
|
|
6696
|
+
url: this.baseUrl ? this.baseUrl + api["d" /* getHandleInfoHtml */] : api["d" /* getHandleInfoHtml */],
|
|
6697
6697
|
params: { pendingId: this.pendingId }
|
|
6698
6698
|
}).then(function (res) {
|
|
6699
6699
|
var status = res.status,
|
|
@@ -6794,8 +6794,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
6794
6794
|
|
|
6795
6795
|
var TaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
6796
6796
|
components_TaskReadvue_type_script_lang_js_,
|
|
6797
|
-
|
|
6798
|
-
|
|
6797
|
+
TaskReadvue_type_template_id_4a7f2df0_render,
|
|
6798
|
+
TaskReadvue_type_template_id_4a7f2df0_staticRenderFns,
|
|
6799
6799
|
false,
|
|
6800
6800
|
null,
|
|
6801
6801
|
null,
|