课程预约显示 bug修改
This commit is contained in:
parent
3448a029c6
commit
2ee5e24e6f
|
@ -55,9 +55,11 @@ const toolStore = useToolState()
|
||||||
watch(
|
watch(
|
||||||
() => [dataList,toolStore.isToolWin],
|
() => [dataList,toolStore.isToolWin],
|
||||||
() => {
|
() => {
|
||||||
|
setTimeout(()=>{
|
||||||
getSelfReserv().then((res) => {
|
getSelfReserv().then((res) => {
|
||||||
dataList.value = [...res.data]
|
dataList.value = [...res.data]
|
||||||
})
|
})
|
||||||
|
},300)
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
|
|
Loading…
Reference in New Issue