centaline-data-driven 1.5.81 → 1.5.82

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "centaline-data-driven",
3
- "version": "1.5.81",
3
+ "version": "1.5.82",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
package/release-log.md CHANGED
@@ -1,3 +1,9 @@
1
+ # v1.5.82
2
+ 2023-11-28
3
+ 优化
4
+ 树组件高度计算优化,边框线去掉
5
+
6
+
1
7
  # v1.5.81
2
8
  2023-11-28
3
9
  优化
@@ -107,7 +107,7 @@
107
107
 
108
108
  <!-- <ct-searchlist :appRootUrl="appRootUrl" :searchConditionApi="'/HolidayTypeList/getLayoutOfSearch'" :searchDataApi="'/HolidayTypeList/getListOfSearchModel'"></ct-searchlist> -->
109
109
 
110
- <ct-searchlist :appRootUrl="appRootUrl" :searchConditionApi="'/SystemLogList/getLayoutOfSearch'" :searchDataApi="'/SystemLogList/getListOfSearchModel'"></ct-searchlist>
110
+ <ct-searchlist :appRootUrl="appRootUrl" :searchConditionApi="'/SystemLogList/getLayoutOfSearch'" :searchDataApi="'/SystemLogList/getListOfSearchModel'"></ct-searchlist>
111
111
 
112
112
 
113
113
  <ct-dialog-list></ct-dialog-list>
@@ -5,7 +5,8 @@
5
5
  :api="searchConditionApi"
6
6
  :screenPara="screenPara"
7
7
  @search="search"
8
- @clickHandler="rolRouterClickHandler"
8
+ @clickHandler="rolRouterClickHandler"
9
+ @loaded="screenload"
9
10
  ></ct-searchtreescreen>
10
11
  <ct-tree
11
12
  ref="tree"
@@ -65,6 +66,9 @@ export default {
65
66
  try {
66
67
  this.$emit("loaded", data);
67
68
  } catch (e) {}
69
+ },
70
+ screenload(data) {
71
+ this.setTreeHeight();
68
72
  },
69
73
  rolRouterClickHandler(field) {
70
74
  this.routerClickHandler(field, {}, "");
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <div id="app-Tree" style="height:100%;">
3
- <el-container style="height: calc(100vh - 98px);border: 1px solid #eee" ref="tree_left">
3
+ <el-container style="height: calc(100vh - 98px);" ref="tree_left">
4
4
  <el-aside :width="leftWidth?leftWidth+'px':'15%'"
5
5
  style="background-color:white;border-radius: 6px;overflow-y:hidden">
6
6
  <ct-searchtree :flagsearch="true" :searchConditionApi="searchConditionApi" :searchDataApi="searchDataApi" :searchtreeHeight="searchtreeHeight"
@@ -65621,6 +65621,7 @@ var ctSpan = {
65621
65621
  //
65622
65622
  //
65623
65623
  //
65624
+ //
65624
65625
 
65625
65626
 
65626
65627
 
@@ -65672,6 +65673,9 @@ var ctSpan = {
65672
65673
  this.$emit("loaded", data);
65673
65674
  } catch (e) {}
65674
65675
  },
65676
+ screenload: function screenload(data) {
65677
+ this.setTreeHeight();
65678
+ },
65675
65679
  rolRouterClickHandler: function rolRouterClickHandler(field) {
65676
65680
  this.routerClickHandler(field, {}, "");
65677
65681
  },
@@ -81539,7 +81543,7 @@ if (typeof window !== 'undefined' && window.Vue) {
81539
81543
  "use strict";
81540
81544
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchTree_vue__ = __webpack_require__(411);
81541
81545
  /* unused harmony namespace reexport */
81542
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_43d14f80_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchTree_vue__ = __webpack_require__(865);
81546
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_7ba2c64c_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchTree_vue__ = __webpack_require__(865);
81543
81547
  var normalizeComponent = __webpack_require__(1)
81544
81548
  /* script */
81545
81549
 
@@ -81556,7 +81560,7 @@ var __vue_scopeId__ = null
81556
81560
  var __vue_module_identifier__ = null
81557
81561
  var Component = normalizeComponent(
81558
81562
  __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchTree_vue__["a" /* default */],
81559
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_43d14f80_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchTree_vue__["a" /* default */],
81563
+ __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_7ba2c64c_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchTree_vue__["a" /* default */],
81560
81564
  __vue_template_functional__,
81561
81565
  __vue_styles__,
81562
81566
  __vue_scopeId__,
@@ -81658,7 +81662,7 @@ var esExports = { render: render, staticRenderFns: staticRenderFns }
81658
81662
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
81659
81663
 
81660
81664
  "use strict";
81661
- var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('ct-searchtreescreen',{ref:"treescreen",attrs:{"api":_vm.searchConditionApi,"screenPara":_vm.screenPara},on:{"search":_vm.search,"clickHandler":_vm.rolRouterClickHandler}}),_vm._v(" "),_c('ct-tree',{ref:"tree",style:({ height: _vm.treeHeight + 'px' }),attrs:{"api":_vm.searchDataApi},on:{"loaded":_vm.loaded}})],1)}
81665
+ var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('ct-searchtreescreen',{ref:"treescreen",attrs:{"api":_vm.searchConditionApi,"screenPara":_vm.screenPara},on:{"search":_vm.search,"clickHandler":_vm.rolRouterClickHandler,"loaded":_vm.screenload}}),_vm._v(" "),_c('ct-tree',{ref:"tree",style:({ height: _vm.treeHeight + 'px' }),attrs:{"api":_vm.searchDataApi},on:{"loaded":_vm.loaded}})],1)}
81662
81666
  var staticRenderFns = []
81663
81667
  var esExports = { render: render, staticRenderFns: staticRenderFns }
81664
81668
  /* harmony default export */ __webpack_exports__["a"] = (esExports);
@@ -81689,7 +81693,7 @@ if (typeof window !== 'undefined' && window.Vue) {
81689
81693
  "use strict";
81690
81694
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicTreeList_vue__ = __webpack_require__(413);
81691
81695
  /* unused harmony namespace reexport */
81692
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_47445022_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicTreeList_vue__ = __webpack_require__(870);
81696
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_629313b2_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicTreeList_vue__ = __webpack_require__(870);
81693
81697
  function injectStyle (ssrContext) {
81694
81698
  __webpack_require__(868)
81695
81699
  }
@@ -81709,7 +81713,7 @@ var __vue_scopeId__ = null
81709
81713
  var __vue_module_identifier__ = null
81710
81714
  var Component = normalizeComponent(
81711
81715
  __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicTreeList_vue__["a" /* default */],
81712
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_47445022_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicTreeList_vue__["a" /* default */],
81716
+ __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_629313b2_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicTreeList_vue__["a" /* default */],
81713
81717
  __vue_template_functional__,
81714
81718
  __vue_styles__,
81715
81719
  __vue_scopeId__,
@@ -81730,7 +81734,7 @@ var content = __webpack_require__(869);
81730
81734
  if(typeof content === 'string') content = [[module.i, content, '']];
81731
81735
  if(content.locals) module.exports = content.locals;
81732
81736
  // add the styles to the DOM
81733
- var update = __webpack_require__(3)("cad958b2", content, true, {});
81737
+ var update = __webpack_require__(3)("dceeeb86", content, true, {});
81734
81738
 
81735
81739
  /***/ }),
81736
81740
  /* 869 */
@@ -81751,7 +81755,7 @@ exports.push([module.i, "#app-Tree .el-main{padding:0 0 0 10px}#app-Tree .el-mai
81751
81755
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
81752
81756
 
81753
81757
  "use strict";
81754
- var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticStyle:{"height":"100%"},attrs:{"id":"app-Tree"}},[_c('el-container',{ref:"tree_left",staticStyle:{"height":"calc(100vh - 98px)","border":"1px solid #eee"}},[_c('el-aside',{staticStyle:{"background-color":"white","border-radius":"6px","overflow-y":"hidden"},attrs:{"width":_vm.leftWidth?_vm.leftWidth+'px':'15%'}},[_c('ct-searchtree',{attrs:{"flagsearch":true,"searchConditionApi":_vm.searchConditionApi,"searchDataApi":_vm.searchDataApi,"searchtreeHeight":_vm.searchtreeHeight},on:{"loaded":_vm.loaded}})],1),_vm._v(" "),(_vm.isShowMain)?_c('el-main',[(_vm.pageType=='form')?[_c('div',{staticStyle:{"height":"calc(100vh - 120px)"}},[_c('div',{staticClass:"ct-form",style:({'width':(_vm.width?_vm.width+'px':'auto'),'height':(_vm.height?_vm.height+'px':'auto')})},[_c('ct-form',{attrs:{"api":_vm.formApi,"api-param":_vm.apiParam,"width":_vm.width,"height":_vm.height}})],1)])]:[_c('div',{staticStyle:{"height":"calc(100vh - 100px)"}},[_c('ct-searchlist',{attrs:{"searchConditionApi":_vm.searchTableConditionApi,"searchDataApi":_vm.searchTableDataApi,"api-param":_vm.apiParam}})],1)]],2):_vm._e()],1)],1)}
81758
+ var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticStyle:{"height":"100%"},attrs:{"id":"app-Tree"}},[_c('el-container',{ref:"tree_left",staticStyle:{"height":"calc(100vh - 98px)"}},[_c('el-aside',{staticStyle:{"background-color":"white","border-radius":"6px","overflow-y":"hidden"},attrs:{"width":_vm.leftWidth?_vm.leftWidth+'px':'15%'}},[_c('ct-searchtree',{attrs:{"flagsearch":true,"searchConditionApi":_vm.searchConditionApi,"searchDataApi":_vm.searchDataApi,"searchtreeHeight":_vm.searchtreeHeight},on:{"loaded":_vm.loaded}})],1),_vm._v(" "),(_vm.isShowMain)?_c('el-main',[(_vm.pageType=='form')?[_c('div',{staticStyle:{"height":"calc(100vh - 120px)"}},[_c('div',{staticClass:"ct-form",style:({'width':(_vm.width?_vm.width+'px':'auto'),'height':(_vm.height?_vm.height+'px':'auto')})},[_c('ct-form',{attrs:{"api":_vm.formApi,"api-param":_vm.apiParam,"width":_vm.width,"height":_vm.height}})],1)])]:[_c('div',{staticStyle:{"height":"calc(100vh - 100px)"}},[_c('ct-searchlist',{attrs:{"searchConditionApi":_vm.searchTableConditionApi,"searchDataApi":_vm.searchTableDataApi,"api-param":_vm.apiParam}})],1)]],2):_vm._e()],1)],1)}
81755
81759
  var staticRenderFns = []
81756
81760
  var esExports = { render: render, staticRenderFns: staticRenderFns }
81757
81761
  /* harmony default export */ __webpack_exports__["a"] = (esExports);