mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 21:22:52 +08:00
This commit is contained in:
@@ -57,3 +57,11 @@ export function nbsTable(data) {
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
export function makePDF(data) {
|
||||
return request({
|
||||
url: getUrl('/proposal/nbs/getPdfInfo', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user