This commit is contained in:
@@ -786,7 +786,7 @@
|
|||||||
oldCardSearchLoading.value = true
|
oldCardSearchLoading.value = true
|
||||||
try {
|
try {
|
||||||
const res = await CardService.getStandaloneIotCards({
|
const res = await CardService.getStandaloneIotCards({
|
||||||
iccid: query,
|
keyword: query,
|
||||||
page: 1,
|
page: 1,
|
||||||
page_size: 20
|
page_size: 20
|
||||||
})
|
})
|
||||||
@@ -844,7 +844,7 @@
|
|||||||
newCardSearchLoading.value = true
|
newCardSearchLoading.value = true
|
||||||
try {
|
try {
|
||||||
const res = await CardService.getStandaloneIotCards({
|
const res = await CardService.getStandaloneIotCards({
|
||||||
iccid: query,
|
keyword: query,
|
||||||
page: 1,
|
page: 1,
|
||||||
page_size: 20
|
page_size: 20
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user