系统新增项目中心转变为系统中心
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-06-07 16:05:47 +08:00
parent eaba3520e9
commit fff5a0fcf5
2 changed files with 346 additions and 83 deletions
+8
View File
@@ -1006,3 +1006,11 @@ export function deleteCommonDocument(commonDocumentId) {
method: 'delete'
})
}
//getTrialSiteList
export function getTrialSiteList(params) {
return request({
url: `/site/getTrialSiteList`,
method: 'post',
data: params
})
}