Commit 8df285ae by zws

fix: bpm 用onActivated替换onMounted

解决新增模型返回后不刷新新的数据
parent e76eda8a
...@@ -207,6 +207,8 @@ const getList = async () => { ...@@ -207,6 +207,8 @@ const getList = async () => {
/** 初始化 **/ /** 初始化 **/
onMounted(() => { onMounted(() => {
})
onActivated(()=>{
getList() getList()
}) })
</script> </script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment