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