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

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

@ -67,4 +67,12 @@ export function postReportEdit(data) {
method: 'post', method: 'post',
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