|
@@ -103,7 +103,7 @@
|
|
|
import {onMounted, ref} from "vue";
|
|
|
import {getAllWards} from "@/api/zhu-yuan-yi-sheng/resident-doctor";
|
|
|
import {querySmallWard,queryZyWard} from "@/api/medical-advice/medical-common";
|
|
|
-import {queryZkPatient,queryZkBedVo,checkZk,saveZkData} from "@/api/medical-advice/patient-info";
|
|
|
+import {queryZkPatient,queryZkBedVo,checkZk,saveZkData,createPatientDoor} from "@/api/medical-advice/patient-info";
|
|
|
import {ElMessage,ElMessageBox} from "element-plus";
|
|
|
import {stringIsBlank} from "@/utils/blank-utils"
|
|
|
import { getFormatDatetime } from "@/utils/date";
|
|
@@ -182,6 +182,7 @@ const queryInfo =()=>{
|
|
|
const saveData = () => {
|
|
|
let param = dZkPatientList.value.filter(item => !stringIsBlank(item.inpatientNo))
|
|
|
saveZkData(param).then((res: any) => {
|
|
|
+ createPatientDoor(param).then((res:any)=>{})
|
|
|
wardChange()
|
|
|
})
|
|
|
}
|