|
@@ -352,7 +352,6 @@ export default {
|
|
current:1,
|
|
current:1,
|
|
size:15,
|
|
size:15,
|
|
id:undefined,
|
|
id:undefined,
|
|
- token:"d6790e9ac3c419f6fc8d48f8c2957afd"
|
|
|
|
},
|
|
},
|
|
dateDataJlStatus:false,//回放记录时间button状态
|
|
dateDataJlStatus:false,//回放记录时间button状态
|
|
//表格自适应高度
|
|
//表格自适应高度
|
|
@@ -594,7 +593,7 @@ export default {
|
|
//画面列表
|
|
//画面列表
|
|
playListOperation(row){
|
|
playListOperation(row){
|
|
this.playListTitle = `"${row.name}"摄像头 画面列表`
|
|
this.playListTitle = `"${row.name}"摄像头 画面列表`
|
|
- getLocalChannel({"pageSize":1000,"size":"1","deviceId":row.code,"unitType":1,token:"d6790e9ac3c419f6fc8d48f8c2957afd"}).then(Response =>{
|
|
|
|
|
|
+ getLocalChannel({"pageSize":1000,"size":"1","deviceId":row.code,"unitType":1}).then(Response =>{
|
|
if(Response.data.pageList.length>0){
|
|
if(Response.data.pageList.length>0){
|
|
this.dhUrl = Response.data.pageList.map((val, index) =>{
|
|
this.dhUrl = Response.data.pageList.map((val, index) =>{
|
|
return {
|
|
return {
|
|
@@ -708,7 +707,7 @@ export default {
|
|
if(row){
|
|
if(row){
|
|
this.AddOrEditForm = row
|
|
this.AddOrEditForm = row
|
|
if(row.code != "1"){
|
|
if(row.code != "1"){
|
|
- getLocalChannel({"pageSize":1000,"size":"1","deviceId":row.code,"unitType":1,token:"d6790e9ac3c419f6fc8d48f8c2957afd"}).then(Response =>{
|
|
|
|
|
|
+ getLocalChannel({"pageSize":1000,"size":"1","deviceId":row.code,"unitType":1}).then(Response =>{
|
|
if(Response.data.pageList){
|
|
if(Response.data.pageList){
|
|
this.dhUrl = Response.data.pageList.map((val, index) =>{
|
|
this.dhUrl = Response.data.pageList.map((val, index) =>{
|
|
return {
|
|
return {
|
|
@@ -809,7 +808,7 @@ export default {
|
|
deviceUrl(val){
|
|
deviceUrl(val){
|
|
if(val != "1"){
|
|
if(val != "1"){
|
|
this.AddOrEditForm.GLcode = val
|
|
this.AddOrEditForm.GLcode = val
|
|
- getLocalChannel({"pageSize":1000,"size":"1","deviceId":val,"unitType":1,token:"d6790e9ac3c419f6fc8d48f8c2957afd"}).then(Response =>{
|
|
|
|
|
|
+ getLocalChannel({"pageSize":1000,"size":"1","deviceId":val,"unitType":1}).then(Response =>{
|
|
if(Response.data.pageList){
|
|
if(Response.data.pageList){
|
|
this.dhUrl = Response.data.pageList.map((val, index) =>{
|
|
this.dhUrl = Response.data.pageList.map((val, index) =>{
|
|
return {
|
|
return {
|