3.11提交

This commit is contained in:
zoujiandong
2026-03-11 13:13:10 +08:00
parent 40f5ddf4a5
commit 08e3ba22c5
22 changed files with 2845 additions and 185 deletions
+2 -1
View File
@@ -257,6 +257,7 @@ if(res.code == 200){
title: '修改成功',
icon: 'none'
})
uni.$emit('updateOutPatient')
uni.navigateBack()
}
}
@@ -296,7 +297,7 @@ const confirmPublish = () => {
return
}
if (!selectedLocation.value) {
if (!selectedLocation.value.uuid) {
uni.showToast({
title: '请选择门诊地点',
icon: 'none'