|
@@ -110,7 +110,7 @@
|
|
|
if(urlData.type){
|
|
if(urlData.type){
|
|
|
iotCameraFindByCondition(obj).then(response => {
|
|
iotCameraFindByCondition(obj).then(response => {
|
|
|
if (!response.data.records[0]){
|
|
if (!response.data.records[0]){
|
|
|
- this.$set(this,'nullType','视频异常,请联系管理员');
|
|
|
|
|
|
|
+ this.$set(this,'nullType','该实验室未配置摄像头');
|
|
|
}else{
|
|
}else{
|
|
|
let list = [];
|
|
let list = [];
|
|
|
for(let i=0;i<response.data.records.length;i++){
|
|
for(let i=0;i<response.data.records.length;i++){
|