phongdt:paging
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user