病例库-功能联调/新增/查询搁置

main
ysn 9 hours ago
parent c032de56eb
commit 940f7d3332
  1. 8
      src/api/cases/index.js
  2. 729
      src/views/cases/index.vue

@ -68,3 +68,11 @@ export function postReportEdit(data) {
data: data data: data
}) })
} }
// 修改预约时间
export function postReportTimeSectionEdit(data) {
return request({
url: '/report/time_section/edit',
method: 'post',
data: data
})
}

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save