centaline-data-driven 1.5.92 → 1.5.93

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.92",
3
+ "version": "1.5.93",
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.92
2
+ 2024-01-04
3
+ bug修复
4
+ 刷新列,没有统计栏时,获取统计栏查询条件报错
5
+
6
+
1
7
  # v1.5.92
2
8
  2024-01-04
3
9
  bug修复
@@ -2166,7 +2166,10 @@ export default {
2166
2166
  self.scrollTop = 0;
2167
2167
  self.scrollLeft = 0;
2168
2168
  }
2169
- let searchStats = this.$refs.tableStats.getsearchStats();
2169
+ let searchStats = [];
2170
+ if(this.$refs.tableStats){
2171
+ searchStats = this.$refs.tableStats.getsearchStats();
2172
+ }
2170
2173
 
2171
2174
  if (data) {
2172
2175
  self.loaderObj.SearchTable(data, self.load, self.model.searchModel, true, false, null, self.api)
@@ -38321,7 +38321,7 @@ if (typeof window !== 'undefined' && window.Vue) {
38321
38321
  "use strict";
38322
38322
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchTable_vue__ = __webpack_require__(302);
38323
38323
  /* unused harmony namespace reexport */
38324
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_9f1b3488_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchTable_vue__ = __webpack_require__(606);
38324
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_7ce084fe_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchTable_vue__ = __webpack_require__(606);
38325
38325
  function injectStyle (ssrContext) {
38326
38326
  __webpack_require__(568)
38327
38327
  }
@@ -38341,7 +38341,7 @@ var __vue_scopeId__ = null
38341
38341
  var __vue_module_identifier__ = null
38342
38342
  var Component = normalizeComponent(
38343
38343
  __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchTable_vue__["a" /* default */],
38344
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_9f1b3488_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchTable_vue__["a" /* default */],
38344
+ __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_7ce084fe_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchTable_vue__["a" /* default */],
38345
38345
  __vue_template_functional__,
38346
38346
  __vue_styles__,
38347
38347
  __vue_scopeId__,
@@ -40392,7 +40392,10 @@ var Component = normalizeComponent(
40392
40392
  self.scrollTop = 0;
40393
40393
  self.scrollLeft = 0;
40394
40394
  }
40395
- var searchStats = this.$refs.tableStats.getsearchStats();
40395
+ var searchStats = [];
40396
+ if (this.$refs.tableStats) {
40397
+ searchStats = this.$refs.tableStats.getsearchStats();
40398
+ }
40396
40399
 
40397
40400
  if (data) {
40398
40401
  self.loaderObj.SearchTable(data, self.load, self.model.searchModel, true, false, null, self.api);
@@ -72540,7 +72543,7 @@ var content = __webpack_require__(569);
72540
72543
  if(typeof content === 'string') content = [[module.i, content, '']];
72541
72544
  if(content.locals) module.exports = content.locals;
72542
72545
  // add the styles to the DOM
72543
- var update = __webpack_require__(3)("9c41f8ae", content, true, {});
72546
+ var update = __webpack_require__(3)("42b39edc", content, true, {});
72544
72547
 
72545
72548
  /***/ }),
72546
72549
  /* 569 */