This commit is contained in:
lihaoda
2020-02-07 17:38:30 +08:00
parent 7cdfa30aca
commit 042d499ade
6 changed files with 89 additions and 11 deletions

View File

@@ -57,3 +57,11 @@ export function nbsTable(data) {
data
})
}
export function makePDF(data) {
return request({
url: getUrl('/proposal/nbs/getPdfInfo', 1),
method: 'post',
data
})
}