tangning hace 1 año
padre
commit
f352ac7946
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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)
     }
 )