phongdt:paging

This commit is contained in:
Duong Truong Phong
2024-07-05 15:12:16 +07:00
parent 3fe4da0ecb
commit b93f0218a5
2 changed files with 3 additions and 5 deletions
+1 -2
View File
@@ -68,9 +68,8 @@ export const useDynamicPageStore = defineStore("dynamicPageStore", () => {
headers: {
"Content-Type": "application/json",
},
body: dataQuery,
body: JSON.stringify(dataQuery),
});
console.log("res",res)
return res
} catch (err) {
throw err;