Commit 0494c808 authored by songrui's avatar songrui

随访详情

parent ca03238a
......@@ -9,3 +9,8 @@ export function addSimpleScreen(params, loading = true) {
export function getSimpleScreenById(id, loading = true) {
return fetchBase({ url: `/tumour-admin/v1/h5-app/simple-screen-detail/${id}`, loading })
}
// 获取检验项目对码表
export function getInspectCode() {
return fetchBase({ url: `/tumour-admin/v1/h5-app/dict-code-table`})
}
\ No newline at end of file
......@@ -94,6 +94,9 @@ import DocNavBar from '@/components/docNavBar/DocNavBar.vue'
// http://192.168.1.108:8086/#/tumour/screening/simple/detail?id=49167
export default {
components: {
DocNavBar
},
data() {
return {
info: {},
......@@ -155,10 +158,7 @@ export default {
}
}
},
components: {
DocNavBar
},
}
}
</script>
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment