fix: bpm 用onActivated替换onMounted

解决新增模型返回后不刷新新的数据
pull/655/MERGE
zws 2025-01-15 14:57:23 +08:00
parent e76eda8af3
commit 8df285aefb
1 changed files with 2 additions and 0 deletions

View File

@ -207,6 +207,8 @@ const getList = async () => {
/** 初始化 **/
onMounted(() => {
})
onActivated(()=>{
getList()
})
</script>