修复新增视频bug
This commit is contained in:
parent
3eae249163
commit
acc5639fb9
@ -2102,7 +2102,7 @@ export default {
|
|||||||
// this.currentVideoTypeDetail.videoId = this.currentVideoTypeDetail.id;
|
// this.currentVideoTypeDetail.videoId = this.currentVideoTypeDetail.id;
|
||||||
let params = {
|
let params = {
|
||||||
videoName: this.currentVideoTypeDetail.videoName,
|
videoName: this.currentVideoTypeDetail.videoName,
|
||||||
enterpriseIds: this.currentVideoTypeDetail.enterpriseIds.join(','),
|
enterpriseIds: this.currentVideoTypeDetail.enterpriseIds && this.currentVideoTypeDetail.enterpriseIds.join(','),
|
||||||
serialNumber: this.currentVideoTypeDetail.serialNumber,
|
serialNumber: this.currentVideoTypeDetail.serialNumber,
|
||||||
verificationCode: this.currentVideoTypeDetail.verificationCode,
|
verificationCode: this.currentVideoTypeDetail.verificationCode,
|
||||||
deviceType: this.currentVideoTypeDetail.deviceType,
|
deviceType: this.currentVideoTypeDetail.deviceType,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user