mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 07:57:21 +08:00
feat: 批量创建网站后触发表格刷新
This commit is contained in:
@@ -65,6 +65,7 @@ const handleCreate = async () => {
|
||||
path: '',
|
||||
remark: ''
|
||||
}
|
||||
window.$bus.emit('website:refresh')
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
@@ -338,6 +338,7 @@ const formatDbValue = (value: string) => {
|
||||
onMounted(() => {
|
||||
refresh()
|
||||
getDefaultPage()
|
||||
window.$bus.on('website:refresh', refresh)
|
||||
})
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user