提交; 修改站点删除 提示
This commit is contained in:
parent
128c88fb78
commit
27330fba94
|
@ -965,7 +965,7 @@ export default {
|
||||||
if (data.msg === 'ok') {
|
if (data.msg === 'ok') {
|
||||||
this.msgSuccess('删除成功');
|
this.msgSuccess('删除成功');
|
||||||
} else {
|
} else {
|
||||||
this.msgError('删除失败,当前站点存在摄像头!');
|
this.msgError(data.msg);
|
||||||
}
|
}
|
||||||
this.getList();
|
this.getList();
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue