fix: 网络模块
Build and Deploy Vue3 / build (push) Successful in 1m59s
Build and Deploy Vue3 / deploy (push) Successful in 1m21s

This commit is contained in:
2026-04-15 16:46:28 +08:00
parent 5428f01cdf
commit cae1f847e4
2 changed files with 27 additions and 24 deletions
@@ -144,9 +144,10 @@ const handleConfirm = () => {
}
const handleClose = () => { selectedItem.value = null }
const handleCreate = () => {
visible.value = false
emit('create')
}
defineExpose({ loadList })
</script>
<style scoped>