课程预约显示 bug修改

This commit is contained in:
zhangxuelin 2024-08-15 11:18:33 +08:00
parent 3448a029c6
commit 2ee5e24e6f
1 changed files with 4 additions and 2 deletions

View File

@ -55,9 +55,11 @@ const toolStore = useToolState()
watch( watch(
() => [dataList,toolStore.isToolWin], () => [dataList,toolStore.isToolWin],
() => { () => {
getSelfReserv().then((res) => { setTimeout(()=>{
getSelfReserv().then((res) => {
dataList.value = [...res.data] dataList.value = [...res.data]
}) })
},300)
} }
) )
onMounted(() => { onMounted(() => {