1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-05 23:11:24 +08:00

add the function of deleteBatchNoticeType

This commit is contained in:
cccccyb
2023-05-30 01:56:18 +08:00
parent c5a131ea9f
commit 81ab047f20
10 changed files with 85 additions and 6 deletions

View File

@@ -160,6 +160,11 @@ export default {
})
})
.catch(() => {})
} else {
ElMessage({
message: '请至少选择一项进行删除',
type: 'warning'
})
}
}
},