|
@@ -1,14 +1,12 @@
|
|
|
// @ts-nocheck
|
|
|
import {xcMessage} from "@/utils/xiaochan-element-plus";
|
|
|
import EventBus from "../../../../../utils/mitt";
|
|
|
-import {defineAsyncComponent, Ref, ref} from 'vue'
|
|
|
+import {defineAsyncComponent, ref} from 'vue'
|
|
|
import {EditType} from "@/utils/emr/edit";
|
|
|
import {LoadParams, UseEmrInitReturn} from "@/utils/emr/emr-init-v2";
|
|
|
import Patient from "../../../../../ts-type/patient";
|
|
|
-import {isDev, windowBtoaAndAtob} from "@/utils/public";
|
|
|
+import {windowBtoaAndAtob} from "@/utils/public";
|
|
|
import useDialogToJs from "@/components/js-dialog-comp/useDialogToJs";
|
|
|
-import {getServerDateApi} from "@/api/public-api";
|
|
|
-import UseDialogToJs from "@/components/js-dialog-comp/useDialogToJs";
|
|
|
import {getEmrAllWardsApi} from "@/api/zhu-yuan-yi-sheng/emr-patient";
|
|
|
import router from "@/router";
|
|
|
|
|
@@ -517,7 +515,7 @@ export const useRecoveryEmr = () => {
|
|
|
}
|
|
|
|
|
|
export async function useLiftingRestrictions() {
|
|
|
- UseDialogToJs(EmrLiftingRestrictionsDialog, {}).then(r => {
|
|
|
+ useDialogToJs(EmrLiftingRestrictionsDialog, {}).then(r => {
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -532,6 +530,6 @@ export async function usePatientList() {
|
|
|
allWards.value = res
|
|
|
})
|
|
|
}
|
|
|
- UseDialogToJs(EmrPatientList, {allWards: allWards.value}).then(r => {
|
|
|
+ useDialogToJs(EmrPatientList, {allWards: allWards.value}).then(r => {
|
|
|
});
|
|
|
}
|