Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
2026-03-24 18:38:16 +08:00
8 changed files with 280 additions and 155 deletions

View File

@@ -1048,6 +1048,8 @@ function submitForm() {
// 新增手术
addSurgery(form.value).then((res) => {
proxy.$modal.msgSuccess('新增成功')
//保存麻醉方式
seesionStorage.setItem('anesthesiaType', form.value.anesthesiaTypeEnum)
open.value = false
getList()
}).catch(error => {
@@ -1058,6 +1060,7 @@ function submitForm() {
// 修改手术
updateSurgery(form.value).then((res) => {
proxy.$modal.msgSuccess('修改成功')
seesionStorage.setItem('anesthesiaType', form.value.anesthesiaTypeEnum)
open.value = false
getList()
}).catch(error => {