tangning il y a 1 an
Parent
commit
f352ac7946
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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)
     }
 )