tangning 1 년 전
부모
커밋
f352ac7946
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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)
     }
 )