fix: 换货
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 6m37s

This commit is contained in:
sexygoat
2026-06-04 10:47:43 +08:00
parent c5dae2993b
commit 0c737a30c1

View File

@@ -786,7 +786,7 @@
oldCardSearchLoading.value = true
try {
const res = await CardService.getStandaloneIotCards({
iccid: query,
keyword: query,
page: 1,
page_size: 20
})
@@ -844,7 +844,7 @@
newCardSearchLoading.value = true
try {
const res = await CardService.getStandaloneIotCards({
iccid: query,
keyword: query,
page: 1,
page_size: 20
})