上传文件添加pdf
This commit is contained in:
parent
3438db919f
commit
c345e7af5c
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user