eoss-mobiles 0.2.16 → 0.2.18
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 -11
- package/lib/index.js +1 -1
- package/lib/selector.js +14 -10
- package/lib/theme-chalk/flow.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/package.json +1 -1
- package/packages/selector/src/selector-tree.vue +6 -3
- package/packages/theme-chalk/lib/flow.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/src/flow.scss +20 -15
- package/src/index.js +1 -1
|
@@ -728,8 +728,8 @@ mainvue_type_template_id_73ff2f1c_render._withStripped = true
|
|
|
728
728
|
|
|
729
729
|
// CONCATENATED MODULE: ./packages/selector/src/main.vue?vue&type=template&id=73ff2f1c&
|
|
730
730
|
|
|
731
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/selector-tree.vue?vue&type=template&id=
|
|
732
|
-
var
|
|
731
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/selector-tree.vue?vue&type=template&id=891c7b28&
|
|
732
|
+
var selector_treevue_type_template_id_891c7b28_render = function () {
|
|
733
733
|
var _vm = this
|
|
734
734
|
var _h = _vm.$createElement
|
|
735
735
|
var _c = _vm._self._c || _h
|
|
@@ -893,11 +893,11 @@ var selector_treevue_type_template_id_5a28bb17_render = function () {
|
|
|
893
893
|
1
|
|
894
894
|
)
|
|
895
895
|
}
|
|
896
|
-
var
|
|
897
|
-
|
|
896
|
+
var selector_treevue_type_template_id_891c7b28_staticRenderFns = []
|
|
897
|
+
selector_treevue_type_template_id_891c7b28_render._withStripped = true
|
|
898
898
|
|
|
899
899
|
|
|
900
|
-
// CONCATENATED MODULE: ./packages/selector/src/selector-tree.vue?vue&type=template&id=
|
|
900
|
+
// CONCATENATED MODULE: ./packages/selector/src/selector-tree.vue?vue&type=template&id=891c7b28&
|
|
901
901
|
|
|
902
902
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/tree.vue?vue&type=template&id=491fd81b&
|
|
903
903
|
var treevue_type_template_id_491fd81b_render = function () {
|
|
@@ -3739,7 +3739,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
3739
3739
|
var _this2 = this;
|
|
3740
3740
|
|
|
3741
3741
|
typeof this.selectList != 'string' && (this.list = util.deepClone(this.selectList));
|
|
3742
|
-
|
|
3742
|
+
|
|
3743
3743
|
this.$nextTick(function () {
|
|
3744
3744
|
if (_this2.nodeList) {
|
|
3745
3745
|
_this2.getNodeList();
|
|
@@ -3878,8 +3878,13 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
3878
3878
|
overlay: true,
|
|
3879
3879
|
duration: 0
|
|
3880
3880
|
});
|
|
3881
|
+
this.newParam = JSON.parse(JSON.stringify(this.param));
|
|
3881
3882
|
this.newParam.selecttype = this.newTabs[this.selectIndex].param.selecttype;
|
|
3882
|
-
if (this.newParam.selecttype === 'persongroup')
|
|
3883
|
+
if (this.newParam.selecttype === 'persongroup') {
|
|
3884
|
+
this.newParam.pid = 'root';
|
|
3885
|
+
} else {
|
|
3886
|
+
this.newParam.pid = this.param.pid || 'root';
|
|
3887
|
+
}
|
|
3883
3888
|
utils_http({
|
|
3884
3889
|
url: this.url ? this.url : this.baseUrl ? this.baseUrl + selectObject : selectObject,
|
|
3885
3890
|
params: _extends({
|
|
@@ -3900,7 +3905,6 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
3900
3905
|
_this6.$emit('update:selectList', _this6.list);
|
|
3901
3906
|
}
|
|
3902
3907
|
_this6.personnel = res.results;
|
|
3903
|
-
console.log(_this6.personnel, 'this.personnel');
|
|
3904
3908
|
var _this = _this6;
|
|
3905
3909
|
_this6.list.filter(function (r) {
|
|
3906
3910
|
_this.personnel.find(function (i) {
|
|
@@ -4106,8 +4110,8 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
4106
4110
|
|
|
4107
4111
|
var selector_tree_component = normalizeComponent(
|
|
4108
4112
|
src_selector_treevue_type_script_lang_js_,
|
|
4109
|
-
|
|
4110
|
-
|
|
4113
|
+
selector_treevue_type_template_id_891c7b28_render,
|
|
4114
|
+
selector_treevue_type_template_id_891c7b28_staticRenderFns,
|
|
4111
4115
|
false,
|
|
4112
4116
|
null,
|
|
4113
4117
|
null,
|
|
@@ -20079,7 +20083,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
20079
20083
|
}
|
|
20080
20084
|
|
|
20081
20085
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
20082
|
-
version: '0.2.
|
|
20086
|
+
version: '0.2.18',
|
|
20083
20087
|
install: install,
|
|
20084
20088
|
Button: packages_button,
|
|
20085
20089
|
ButtonGroup: button_group,
|