删除隐患的二次提示加上“删除隐患后,隐患相关的处罚信息也会删除”

pet
shanao 2024-10-23 20:55:17 +08:00
parent 80a3a92e7d
commit dfd8d9289c
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ export default {
*/ */
handleBatchDel(HIDDEN_ID) { handleBatchDel(HIDDEN_ID) {
// //
this.$confirm('确定要删除吗?', '提示', { this.$confirm('确定要删除吗?删除隐患后,隐患相关的处罚信息也会删除', '提示', {
confirmButtonText: '确定', confirmButtonText: '确定',
cancelButtonText: '取消', cancelButtonText: '取消',
type: 'warning' type: 'warning'