上传文件添加pdf

This commit is contained in:
xixi 2024-09-11 15:52:25 +08:00
parent 3438db919f
commit c345e7af5c
2 changed files with 2 additions and 2 deletions

View File

@ -163,7 +163,7 @@ export default function CorrectionModal(props: any) {
url: `/api/proj/correction/apply/listpage-proj-unapply/self`,
config: {
params: {
page: 1,
page: page,
rows: 20,
keywords
}

View File

@ -156,7 +156,7 @@ export default function RefunModal(props: any) {
url: `/api/proj/refund/apply/listpage-proj-unapply/self`,
config: {
params: {
page: 1,
page: page,
rows: 20,
keywords
}