Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user