This commit is contained in:
sjl
2026-01-06 08:35:36 +08:00
parent fd09e24cf0
commit cb19fef4c6
88 changed files with 117 additions and 135 deletions

View File

@@ -223,7 +223,7 @@ const manage = (name: string, key: number) => {
.getCheckboxRecords()
.filter((item: any) => item.level == 4)
.map(item => item.id)
console.log('🚀 ~ deviceData ~ selectRecords:', selectRecords)
//console.log('🚀 ~ deviceData ~ selectRecords:', selectRecords)
if (selectRecords.length == 0) {
return ElMessage({
message: '请至少选择一台装置',