From 27330fba94136d965818c27ed6bae9b3bcb60f4a Mon Sep 17 00:00:00 2001 From: 23688nl <329261568@qq.com> Date: Thu, 15 Sep 2022 18:28:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=EF=BC=9B=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E7=AB=99=E7=82=B9=E5=88=A0=E9=99=A4=20=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/iot/video/site/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/iot/video/site/index.vue b/src/views/iot/video/site/index.vue index 29776097..c6109501 100644 --- a/src/views/iot/video/site/index.vue +++ b/src/views/iot/video/site/index.vue @@ -965,7 +965,7 @@ export default { if (data.msg === 'ok') { this.msgSuccess('删除成功'); } else { - this.msgError('删除失败,当前站点存在摄像头!'); + this.msgError(data.msg); } this.getList(); })