1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-12-28 20:10:22 +08:00

fix: lint fix

This commit is contained in:
zclzone
2024-07-19 14:55:02 +08:00
parent 7dde0bbfc6
commit f28e3a946e
11 changed files with 25 additions and 12 deletions

View File

@@ -74,9 +74,8 @@
:data="permissionTree"
:checked-keys="modalForm.permissionIds"
:on-update:checked-keys="(keys) => (modalForm.permissionIds = keys)"
checkable
check-on-click
default-expand-all
default-expand-all checkable check-on-click
class="cus-scroll max-h-200 w-full"
/>
</n-form-item>
@@ -211,6 +210,7 @@ async function handleEnable(row) {
$table.value?.handleSearch()
}
catch (error) {
console.error(error)
row.enableLoading = false
}
}