工作台改版

This commit is contained in:
熊飞
2024-03-12 11:26:01 +08:00
parent 277ffa5def
commit 727d4f8c19
3 changed files with 6 additions and 3 deletions
+3 -2
View File
@@ -3602,8 +3602,9 @@ export function getReadingCalculationData(param) {
export function getTrialSignDocumentList(param) {
return request({
url: `/TrialDocument/getTrialSignDocumentList?IsSigned=true&PageIndex=${param.pageIndex}&PageSize=${param.pageSize}`,
method: 'get'
url: `/TrialDocument/getTrialSignDocumentList`,
method: 'post',
data: param
})
}