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