mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2026-01-23 08:00:22 +08:00
fix: lint fix
This commit is contained in:
@@ -231,6 +231,7 @@ function handleDeleteBtn(id) {
|
||||
d.loading = false
|
||||
}
|
||||
catch (error) {
|
||||
console.error(error)
|
||||
d.loading = false
|
||||
}
|
||||
},
|
||||
@@ -248,6 +249,7 @@ async function handleEnable(item) {
|
||||
item.enableLoading = false
|
||||
}
|
||||
catch (error) {
|
||||
console.error(error)
|
||||
item.enableLoading = false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user