centaline-data-driven 1.5.92 → 1.5.94
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
package/release-log.md
CHANGED
|
@@ -648,7 +648,8 @@ export default {
|
|
|
648
648
|
|
|
649
649
|
this.model.getPage(index, next);
|
|
650
650
|
self.$nextTick(() => {
|
|
651
|
-
|
|
651
|
+
//点击搜索时调用
|
|
652
|
+
self.loadStats();
|
|
652
653
|
});
|
|
653
654
|
},
|
|
654
655
|
toSort(ev, col, action) {
|
|
@@ -2166,7 +2167,10 @@ export default {
|
|
|
2166
2167
|
self.scrollTop = 0;
|
|
2167
2168
|
self.scrollLeft = 0;
|
|
2168
2169
|
}
|
|
2169
|
-
let searchStats =
|
|
2170
|
+
let searchStats = [];
|
|
2171
|
+
if(this.$refs.tableStats){
|
|
2172
|
+
searchStats = this.$refs.tableStats.getsearchStats();
|
|
2173
|
+
}
|
|
2170
2174
|
|
|
2171
2175
|
if (data) {
|
|
2172
2176
|
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
|
|
38324
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_afbf101e_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
|
-
|
|
38344
|
+
__WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_afbf101e_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__,
|
|
@@ -38988,7 +38988,8 @@ var Component = normalizeComponent(
|
|
|
38988
38988
|
|
|
38989
38989
|
this.model.getPage(index, next);
|
|
38990
38990
|
self.$nextTick(function () {
|
|
38991
|
-
|
|
38991
|
+
//点击搜索时调用
|
|
38992
|
+
self.loadStats();
|
|
38992
38993
|
});
|
|
38993
38994
|
},
|
|
38994
38995
|
toSort: function toSort(ev, col, action) {
|
|
@@ -40392,7 +40393,10 @@ var Component = normalizeComponent(
|
|
|
40392
40393
|
self.scrollTop = 0;
|
|
40393
40394
|
self.scrollLeft = 0;
|
|
40394
40395
|
}
|
|
40395
|
-
var searchStats =
|
|
40396
|
+
var searchStats = [];
|
|
40397
|
+
if (this.$refs.tableStats) {
|
|
40398
|
+
searchStats = this.$refs.tableStats.getsearchStats();
|
|
40399
|
+
}
|
|
40396
40400
|
|
|
40397
40401
|
if (data) {
|
|
40398
40402
|
self.loaderObj.SearchTable(data, self.load, self.model.searchModel, true, false, null, self.api);
|
|
@@ -72540,7 +72544,7 @@ var content = __webpack_require__(569);
|
|
|
72540
72544
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
72541
72545
|
if(content.locals) module.exports = content.locals;
|
|
72542
72546
|
// add the styles to the DOM
|
|
72543
|
-
var update = __webpack_require__(3)("
|
|
72547
|
+
var update = __webpack_require__(3)("524b5086", content, true, {});
|
|
72544
72548
|
|
|
72545
72549
|
/***/ }),
|
|
72546
72550
|
/* 569 */
|