zdg #144

Merged
zhengdegang merged 24 commits from zdg into main 2024-08-16 13:42:41 +08:00
1 changed files with 4 additions and 2 deletions
Showing only changes of commit 2ee5e24e6f - Show all commits

View File

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