Merge branch 'master' of https://git.yuzhankeji.cn/UzTech/water_uni
This commit is contained in:
@@ -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
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user