|
@@ -185,7 +185,7 @@
|
|
|
<script>
|
|
|
import { config } from '@/api/request/config.js'
|
|
|
import { lablayout,evacuate,closure,lineEvacuate,getRedis,getDeviceList,textParseUrlIps,laboratoryInfo,
|
|
|
- getCameraByFloor,jinanGetStartList,nanhuGetStartList,wenchangGetStartList,lineEvacuateTow,treeselectByUser,getBuilding} from '@/api/index.js'
|
|
|
+ getCameraByFloor,nanhuGetStartList,wenchangGetStartList,lineEvacuateTow,treeselectByUser,getBuilding} from '@/api/index.js'
|
|
|
export default {
|
|
|
data() {
|
|
|
return {
|
|
@@ -459,10 +459,9 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- console.log(list)
|
|
|
-
|
|
|
-
|
|
|
this.wenchangGetStartList(list);
|
|
|
+ }else{
|
|
|
+ this.wenchangGetStartList(_this.videoHardwareNUM);
|
|
|
}
|
|
|
}
|
|
|
},
|
|
@@ -478,7 +477,7 @@
|
|
|
deviceIds:list,
|
|
|
// deviceIds:'440102004920000000011111,2C440102004920000000011112',
|
|
|
};
|
|
|
- const {data} = await jinanGetStartList(obj)
|
|
|
+ const {data} = await wenchangGetStartList(obj)
|
|
|
if(data.code == 200){
|
|
|
let list = [];
|
|
|
for(let i=0;i<data.data.length;i++){
|