fix 站点更新后刷新站点列表

This commit is contained in:
thsrite
2023-08-16 18:48:03 +08:00
parent f1244fb25e
commit d6a6ff662b
2 changed files with 6 additions and 4 deletions

View File

@@ -46,6 +46,7 @@ onBeforeMount(fetchData)
:key="data.id"
:site="data"
@remove="fetchData"
@update="fetchData"
/>
</div>
<NoDataFound