修复新增视频bug

This commit is contained in:
jiayu 2024-09-14 14:20:36 +08:00
parent 3eae249163
commit acc5639fb9

View File

@ -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,