提交; 修改站点删除 提示

This commit is contained in:
23688nl 2022-09-15 18:28:49 +08:00
parent 128c88fb78
commit 27330fba94
1 changed files with 1 additions and 1 deletions

View File

@ -965,7 +965,7 @@ export default {
if (data.msg === 'ok') {
this.msgSuccess('删除成功');
} else {
this.msgError('删除失败,当前站点存在摄像头!');
this.msgError(data.msg);
}
this.getList();
})