工作台改版

This commit is contained in:
熊飞
2024-03-12 09:25:26 +08:00
parent 283533ff6d
commit 277ffa5def
3 changed files with 23 additions and 16 deletions
+7
View File
@@ -3600,4 +3600,11 @@ export function getReadingCalculationData(param) {
})
}
export function getTrialSignDocumentList(param) {
return request({
url: `/TrialDocument/getTrialSignDocumentList?IsSigned=true&PageIndex=${param.pageIndex}&PageSize=${param.pageSize}`,
method: 'get'
})
}