@@ -99,6 +99,8 @@ function reloadAfterCreate() {
return loadList()
}
+watch(() => query.value.deptId, handleQuery)
+
onMounted(() => {
loadList()
})