mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-vue3
synced 2025-08-10 17:32:42 +08:00
fix: bpm 用onActivated替换onMounted
解决新增模型返回后不刷新新的数据
This commit is contained in:
parent
e76eda8af3
commit
8df285aefb
@ -207,6 +207,8 @@ const getList = async () => {
|
|||||||
|
|
||||||
/** 初始化 **/
|
/** 初始化 **/
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
|
})
|
||||||
|
onActivated(()=>{
|
||||||
getList()
|
getList()
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user