feat: 新增绿植租赁管理菜单

This commit is contained in:
fyy
2025-06-25 11:17:58 +08:00
parent 85975db5ee
commit 1c3016c44b
8 changed files with 48 additions and 18 deletions

View File

@@ -276,6 +276,7 @@ async function handleConfirm() {
}
async function handleClosed() {
detailTable.value = []
await formApi.resetForm();
resetInitialized();
}