代码格式调整 up by dh

This commit is contained in:
duhe
2025-03-28 13:53:39 +08:00
parent f81a553c21
commit e6ded12047
8 changed files with 29 additions and 76 deletions

View File

@@ -1,5 +1,4 @@
import request from '@/utils/request'
import { parseStrEmpty } from "@/utils/openhis";
// 查询诊疗目录列表
export function getDiagnosisTreatmentList(query) {
@@ -37,14 +36,6 @@ export function editDiagnosisTreatment(data) {
})
}
// // 删除诊疗目录
// export function delUser(userId) {
// return request({
// url: '/system/user/' + userId,
// method: 'delete'
// })
// }
// 诊疗目录分类查询
export function getDiseaseTreatmentInit() {
return request({