bug修复

This commit is contained in:
2024-09-07 22:48:51 +08:00
parent 174d22ecf7
commit 199cc238b3
9 changed files with 48 additions and 29 deletions

View File

@ -6,7 +6,7 @@ export const getUnApprovalCount = (name) =>
method: "get",
params: {
name,
type: "1",
type: "0",
},
});