10.25午夜修改

This commit is contained in:
2023-10-25 23:45:00 +08:00
parent 6a45185641
commit a62eed8a22
4 changed files with 103 additions and 28 deletions

View File

@@ -121,11 +121,11 @@
isSurgery:isSurgery.value,
surgery_time:surgery_time.value,
userId:user_info.userId,
hospitalId:choosed_h.value.ID
hospitalId:choosed_h.value?.ID
})
console.log(res)
if(res.code == 0) {
toClose()
}
}
</script>