feat: 10.28beta版本
This commit is contained in:
@@ -27,8 +27,9 @@ export const useGetDialog = () => {
|
||||
{ manual: true } // 手动触发
|
||||
);
|
||||
|
||||
const getDialog = () => {
|
||||
const getDialog = (params: { pageNo: number; pageSize: number }) => {
|
||||
return execute({
|
||||
params,
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user