【代码评审】BPM:流程编辑

This commit is contained in:
YunaiV
2025-01-15 20:25:07 +08:00
parent d32a9a37bf
commit 6fba4b7228
8 changed files with 51 additions and 86 deletions

View File

@ -206,9 +206,7 @@ const getList = async () => {
}
/** 初始化 **/
onMounted(() => {
})
onActivated(()=>{
onActivated(() => {
getList()
})
</script>