From 5e29d824e6d0a57be7581ed4adc4fba6584c527e Mon Sep 17 00:00:00 2001 From: ysn <2126564605@qq.com> Date: Thu, 16 Apr 2026 16:22:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E7=8E=AF=E7=AE=A1=E7=90=86-=E7=8E=AF?= =?UTF-8?q?=E4=BF=9D=E7=AE=A1=E7=90=86-=E9=85=B8=E9=9B=BE=E5=A1=94?= =?UTF-8?q?=E6=8A=A5=E8=AD=A6=E4=BF=A1=E6=81=AF-=E6=8A=A5=E8=AD=A6?= =?UTF-8?q?=E7=82=B9=E8=AE=BE=E7=BD=AE-=E5=88=A0=E9=99=A4-=E5=8E=BB?= =?UTF-8?q?=E6=8E=89icon=20=E5=AE=89=E7=8E=AF=E7=AE=A1=E7=90=86-=E7=8E=AF?= =?UTF-8?q?=E4=BF=9D=E7=AE=A1=E7=90=86-=E9=85=B8=E9=9B=BE=E5=A1=94?= =?UTF-8?q?=E6=8A=A5=E8=AD=A6=E4=BF=A1=E6=81=AF-=E6=8A=A5=E8=AD=A6?= =?UTF-8?q?=E7=82=B9=E8=AE=BE=E7=BD=AE-=E5=88=A0=E9=99=A4-=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E8=AF=AD=E7=B1=BB=E5=9E=8B=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../safetyManagement/wasteGasSet/components/alarmPoint.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/safetyManagement/wasteGasSet/components/alarmPoint.vue b/src/views/safetyManagement/wasteGasSet/components/alarmPoint.vue index ba34b73..2c24ed1 100644 --- a/src/views/safetyManagement/wasteGasSet/components/alarmPoint.vue +++ b/src/views/safetyManagement/wasteGasSet/components/alarmPoint.vue @@ -19,7 +19,7 @@ @on-load="onLoad" > @@ -239,7 +239,7 @@ export default { //删除 handleDelete() { if (this.selectionList.length === 0) { - this.$message.warning('请选择至少一条数据'); + this.$message.error('请选择至少一条数据'); return; } this.$confirm('确定将选择数据删除?', {