@lx-frontend/wrap-element-ui 1.0.14-beta.6 → 1.0.14-beta.7

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": "@lx-frontend/wrap-element-ui",
3
- "version": "1.0.14-beta.6",
3
+ "version": "1.0.14-beta.7",
4
4
  "description": "wrap-element-ui",
5
5
  "author": "",
6
6
  "main": "src/components/index.ts",
@@ -171,6 +171,9 @@ export function useColumnHeaderOperation({ props, tableDomRef, emit, showingColu
171
171
  if (params[key] === undefined) delete params[key]
172
172
  })
173
173
 
174
+ console.log(searchValue.value);
175
+
176
+
174
177
  emit('search', {
175
178
  ...params,
176
179
  page: 1
@@ -146,7 +146,7 @@
146
146
  <script setup lang="ts">
147
147
  import Search from './search.vue'
148
148
  import Sort from './sort.vue'
149
- import BizFilter from './filter.vue'
149
+ import BizFilter from './bizFilter.vue'
150
150
 
151
151
  import { ref } from 'vue'
152
152
  import { IColumnConfig } from '../../types'