邓洁: 用户管理及全选功能字体更改

This commit is contained in:
邓洁
2023-12-18 23:04:20 +08:00
parent 75a24b31d1
commit e4fada8d75
7 changed files with 283 additions and 41 deletions

View File

@@ -235,7 +235,9 @@ const handleSubmit = (instance) => {
// })
}
const handleChooseAll=()=>{
console.log('全选')
siteList.value.map(item=>{
item.checked=!item.checked
})
}
const handleMoreDelete = () => {
if (siteIds.value.length === 0) {