更新 回诊提示弹框

main
鹿和sa0ChunLuyu 1 year ago
parent fe24ff8139
commit e5f42011a1

@ -121,6 +121,15 @@
} }
} }
const searchCountZero = () => {
window.$box.alert(`未查询到排队信息`, '提示', {
confirmButtonText: '确定',
callback: () => {
window.location.reload()
},
})
}
const doneClick = async (id) => { const doneClick = async (id) => {
const idn = '{{ $id_number }}' const idn = '{{ $id_number }}'
if (!!idn && id) { if (!!idn && id) {
@ -152,6 +161,9 @@
} }
onMounted(() => { onMounted(() => {
@if($id_number != '' && count($queue) == 0)
searchCountZero()
@endif
}) })
return { return {

Loading…
Cancel
Save