tangning 1 year ago
parent
commit
f352ac7946
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/app-cdfg/src/components/Tags/brand-list.vue

+ 1 - 0
packages/app-cdfg/src/components/Tags/brand-list.vue

@@ -174,6 +174,7 @@ const selectGood = (item, isSelect) => {
 watch(
     () => searchKey.value,
     (newval, old) => {
+        pageNum.value = 1
         getData(true)
     }
 )