工作台改版
This commit is contained in:
+3
-2
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user