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)
     }
 )