feat: 10.28beta版本

This commit is contained in:
2025-10-28 14:27:46 +08:00
parent daf2bf503e
commit f2cb55a844
69 changed files with 1179 additions and 246 deletions

View File

@@ -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",
},