This commit is contained in:
2022-07-15 15:51:46 +08:00
11 changed files with 113 additions and 45 deletions

View File

@@ -43,9 +43,12 @@ const goutCover = (case_id, data) => {
}
// 查看尿酸
const lastLog = () => {
const lastLog = type => {
return request({
url: 'gout/result/last_log'
url: 'gout/result/last_log',
data: {
type
}
})
}