Browse Source

fix: 去除警告

liming 5 months ago
parent
commit
26ea1cc993
2 changed files with 14 additions and 0 deletions
  1. 6 0
      src/views/lotCard/cardList/index.vue
  2. 8 0
      src/views/lotCard/trafficList/index.vue

+ 6 - 0
src/views/lotCard/cardList/index.vue

@@ -67,6 +67,12 @@ const cardStatusOptions = [
   dataSource.value = data.records ||[]
   pagination.value.total = data.total
 }
+
+const handleSearch = () => {
+}
+const resetSearch = () => {
+ 
+}
   
 onMounted(() => {
   intData()

+ 8 - 0
src/views/lotCard/trafficList/index.vue

@@ -78,6 +78,14 @@ const evChangePageSize = (pageSize) => {
   pagination.value.pageSize = pageSize
 }
 
+const resetSearch = () => {
+ 
+}
+
+const handleSearch = () => {
+}
+
+
 onMounted(() => {
   intData()
 })