桌台更新

This commit is contained in:
2024-10-08 10:48:06 +08:00
parent f5ac091bfe
commit 0fda4ec9fc
3 changed files with 24 additions and 3 deletions

View File

@@ -76,6 +76,7 @@
import {
$table
} from '@/http/yskApi/table.js'
import infoBox from '@/commons/utils/infoBox.js'
const status = $status
const emits = defineEmits(['more','update'])
@@ -170,6 +171,7 @@
status: "idle",
qrcode: item.tableId,
}).then(res=>{
infoBox.showToast('清台成功')
emits('update')
})
}