phongdt:paging

This commit is contained in:
Duong Truong Phong
2024-07-05 15:12:16 +07:00
parent 46b808cf9c
commit a9d6bea337
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;