sd-data-grid 1.2.66 → 1.2.67
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/dist/sd-data-grid.js +2 -1
- package/dist/sd-data-grid.js.map +1 -1
- package/package.json +1 -1
package/dist/sd-data-grid.js
CHANGED
|
@@ -584,7 +584,8 @@ function applyToTag (styleElement, obj) {
|
|
|
584
584
|
if (pageNo) {
|
|
585
585
|
this.pageNo = pageNo;
|
|
586
586
|
}
|
|
587
|
-
|
|
587
|
+
this.searchType === '03' ? true : Tag;
|
|
588
|
+
var params = this.getGridRequestParams(this.searchType === '03' ? true : Tag);
|
|
588
589
|
this.$emit('returnParams', params);
|
|
589
590
|
this.$store.dispatch('postRequest', {
|
|
590
591
|
url: '/bsp-com/com/datagrid/getQueryPageData',
|