Update list.vue
This commit is contained in:
@@ -907,7 +907,7 @@ const handleComplete = async (row: any) => {
|
||||
return
|
||||
}
|
||||
try {
|
||||
await feedback.confirm('确认患者已就诊完成?')
|
||||
await feedback.confirm('是否添加医生备注?')
|
||||
await completeAppointment({ id: row.id })
|
||||
feedback.msgSuccess('操作成功')
|
||||
loadData()
|
||||
|
||||
Reference in New Issue
Block a user