eoss-mobiles 0.3.94 → 0.3.95
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 +13 -9
- package/lib/flow.js +12 -8
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/TaskRead.vue +13 -9
- package/src/index.js +1 -1
|
@@ -21448,8 +21448,8 @@ var Circulate_component = normalizeComponent(
|
|
|
21448
21448
|
)
|
|
21449
21449
|
|
|
21450
21450
|
/* harmony default export */ var Circulate = (Circulate_component.exports);
|
|
21451
|
-
// 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=
|
|
21452
|
-
var
|
|
21451
|
+
// 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=2d4c0a2e
|
|
21452
|
+
var TaskReadvue_type_template_id_2d4c0a2e_render = function () {
|
|
21453
21453
|
var _vm = this
|
|
21454
21454
|
var _h = _vm.$createElement
|
|
21455
21455
|
var _c = _vm._self._c || _h
|
|
@@ -21725,11 +21725,11 @@ var TaskReadvue_type_template_id_56cea3b6_render = function () {
|
|
|
21725
21725
|
]),
|
|
21726
21726
|
])
|
|
21727
21727
|
}
|
|
21728
|
-
var
|
|
21729
|
-
|
|
21728
|
+
var TaskReadvue_type_template_id_2d4c0a2e_staticRenderFns = []
|
|
21729
|
+
TaskReadvue_type_template_id_2d4c0a2e_render._withStripped = true
|
|
21730
21730
|
|
|
21731
21731
|
|
|
21732
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=
|
|
21732
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=2d4c0a2e
|
|
21733
21733
|
|
|
21734
21734
|
// 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
|
|
21735
21735
|
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; };
|
|
@@ -21944,6 +21944,10 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
21944
21944
|
hideMessage: {
|
|
21945
21945
|
type: Boolean,
|
|
21946
21946
|
default: false
|
|
21947
|
+
},
|
|
21948
|
+
isOrg: {
|
|
21949
|
+
type: Boolean,
|
|
21950
|
+
default: false
|
|
21947
21951
|
}
|
|
21948
21952
|
},
|
|
21949
21953
|
computed: {
|
|
@@ -21952,7 +21956,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
21952
21956
|
},
|
|
21953
21957
|
params: function params() {
|
|
21954
21958
|
return {
|
|
21955
|
-
pid: this.taskReadType == '分阅' && this.isSync != 1 ? 'root' : util["a" /* default */].getStorage('orgId') || this.orgId
|
|
21959
|
+
pid: this.taskReadType == '分阅' && this.isSync != 1 && !this.isOrg ? 'root' : util["a" /* default */].getStorage('orgId') || this.orgId
|
|
21956
21960
|
};
|
|
21957
21961
|
},
|
|
21958
21962
|
newType: function newType() {
|
|
@@ -22485,8 +22489,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
22485
22489
|
|
|
22486
22490
|
var TaskRead_component = normalizeComponent(
|
|
22487
22491
|
components_TaskReadvue_type_script_lang_js,
|
|
22488
|
-
|
|
22489
|
-
|
|
22492
|
+
TaskReadvue_type_template_id_2d4c0a2e_render,
|
|
22493
|
+
TaskReadvue_type_template_id_2d4c0a2e_staticRenderFns,
|
|
22490
22494
|
false,
|
|
22491
22495
|
null,
|
|
22492
22496
|
null,
|
|
@@ -30837,7 +30841,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
30837
30841
|
}
|
|
30838
30842
|
|
|
30839
30843
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
30840
|
-
version: '0.3.
|
|
30844
|
+
version: '0.3.95',
|
|
30841
30845
|
install: install,
|
|
30842
30846
|
Button: packages_button,
|
|
30843
30847
|
ButtonGroup: button_group,
|
package/lib/flow.js
CHANGED
|
@@ -10673,8 +10673,8 @@ var Circulate_component = Object(componentNormalizer["a" /* default */])(
|
|
|
10673
10673
|
)
|
|
10674
10674
|
|
|
10675
10675
|
/* harmony default export */ var Circulate = (Circulate_component.exports);
|
|
10676
|
-
// 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=
|
|
10677
|
-
var
|
|
10676
|
+
// 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=2d4c0a2e
|
|
10677
|
+
var TaskReadvue_type_template_id_2d4c0a2e_render = function () {
|
|
10678
10678
|
var _vm = this
|
|
10679
10679
|
var _h = _vm.$createElement
|
|
10680
10680
|
var _c = _vm._self._c || _h
|
|
@@ -10950,11 +10950,11 @@ var TaskReadvue_type_template_id_56cea3b6_render = function () {
|
|
|
10950
10950
|
]),
|
|
10951
10951
|
])
|
|
10952
10952
|
}
|
|
10953
|
-
var
|
|
10954
|
-
|
|
10953
|
+
var TaskReadvue_type_template_id_2d4c0a2e_staticRenderFns = []
|
|
10954
|
+
TaskReadvue_type_template_id_2d4c0a2e_render._withStripped = true
|
|
10955
10955
|
|
|
10956
10956
|
|
|
10957
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=
|
|
10957
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=2d4c0a2e
|
|
10958
10958
|
|
|
10959
10959
|
// 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
|
|
10960
10960
|
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; };
|
|
@@ -11169,6 +11169,10 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
11169
11169
|
hideMessage: {
|
|
11170
11170
|
type: Boolean,
|
|
11171
11171
|
default: false
|
|
11172
|
+
},
|
|
11173
|
+
isOrg: {
|
|
11174
|
+
type: Boolean,
|
|
11175
|
+
default: false
|
|
11172
11176
|
}
|
|
11173
11177
|
},
|
|
11174
11178
|
computed: {
|
|
@@ -11177,7 +11181,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
11177
11181
|
},
|
|
11178
11182
|
params: function params() {
|
|
11179
11183
|
return {
|
|
11180
|
-
pid: this.taskReadType == '分阅' && this.isSync != 1 ? 'root' : util["a" /* default */].getStorage('orgId') || this.orgId
|
|
11184
|
+
pid: this.taskReadType == '分阅' && this.isSync != 1 && !this.isOrg ? 'root' : util["a" /* default */].getStorage('orgId') || this.orgId
|
|
11181
11185
|
};
|
|
11182
11186
|
},
|
|
11183
11187
|
newType: function newType() {
|
|
@@ -11710,8 +11714,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
11710
11714
|
|
|
11711
11715
|
var TaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
11712
11716
|
components_TaskReadvue_type_script_lang_js,
|
|
11713
|
-
|
|
11714
|
-
|
|
11717
|
+
TaskReadvue_type_template_id_2d4c0a2e_render,
|
|
11718
|
+
TaskReadvue_type_template_id_2d4c0a2e_staticRenderFns,
|
|
11715
11719
|
false,
|
|
11716
11720
|
null,
|
|
11717
11721
|
null,
|