|
@@ -689,7 +689,7 @@ export default {
|
|
|
this.form.startEndTimeProxy = [this.form.startTime, this.form.endTime];
|
|
|
this.form.monitorRecord = this.form.monitorRecord || [];
|
|
|
this.form.monitorVideoSource = this.form.monitorVideoSource || [];
|
|
|
- this.form.monitorProxy = !!this.form.monitorVideoSource;
|
|
|
+ this.form.monitorProxy = !!this.form.monitorVideoSource.length;
|
|
|
this.form.preNoticeClone = this.form.preNotice;
|
|
|
this.form.postNoticeClone = this.form.postNotice;
|
|
|
this.parseMonitorVideoSource();
|