3.11提交
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user