This commit is contained in:
曹辉 2022-09-30 17:17:33 +08:00
parent f15daa392a
commit 8b2926a8d1

View File

@ -33,6 +33,6 @@ export function updateKindergartenCheckReport(data) {
export function report(kindergartenId, batchCode) { export function report(kindergartenId, batchCode) {
return request({ return request({
url: `/system/checkReport/kindergarten/constitution?kindergartenId=${kindergartenId}&batchCode=${batchCode}`, url: `/system/checkReport/kindergarten/constitution?kindergartenId=${kindergartenId}&batchCode=${batchCode}`,
method: 'get' method: 'POST'
}) })
} }