refactor(surgicalschedule): 修正手术费用组件导入路径
- 更新 SurgeryCharge 组件的相对路径引用 - 从当前目录调整为上两级目录的正确路径
This commit is contained in:
@@ -780,7 +780,7 @@ import { deptTreeSelectSelect } from '@/api/system/user'
|
|||||||
import { listOperatingRoom } from '@/api/operatingroom'
|
import { listOperatingRoom } from '@/api/operatingroom'
|
||||||
import { getTestResultPage} from '@/views/inpatientDoctor/home/components/applicationShow/api.js'
|
import { getTestResultPage} from '@/views/inpatientDoctor/home/components/applicationShow/api.js'
|
||||||
import { getTenantPage } from '@/api/system/tenant'
|
import { getTenantPage } from '@/api/system/tenant'
|
||||||
import SurgeryCharge from './charge/surgerycharge/index.vue'
|
import SurgeryCharge from '../../charge/surgerycharge/index.vue'
|
||||||
|
|
||||||
const { proxy } = getCurrentInstance()
|
const { proxy } = getCurrentInstance()
|
||||||
const loading = ref(true)
|
const loading = ref(true)
|
||||||
|
|||||||
Reference in New Issue
Block a user