记录列表,页面记录,首页调整

This commit is contained in:
唐明明
2022-07-15 14:33:32 +08:00
parent 9b5cd140dd
commit 68f2e5967f
10 changed files with 93 additions and 28 deletions

View File

@@ -41,9 +41,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
}
})
}