|
|
|
@ -285,6 +285,7 @@ export default {
|
|
|
|
|
lbosd: "",
|
|
|
|
|
rbosd: "",
|
|
|
|
|
templateVal: 2,
|
|
|
|
|
compensationVal: 0,
|
|
|
|
|
},
|
|
|
|
|
bgflag: false,
|
|
|
|
|
modelOptions: [
|
|
|
|
@ -1030,7 +1031,7 @@ export default {
|
|
|
|
|
this.channelForm.bgsj = "";
|
|
|
|
|
this.channelForm.iso = "";
|
|
|
|
|
this.channelForm.modelVal = "";
|
|
|
|
|
this.channelForm.compensationVal = "";
|
|
|
|
|
this.channelForm.compensationVal = 0;
|
|
|
|
|
// this.channelForm.hdrchecked = "";
|
|
|
|
|
// this.channelForm.ywchecked = "";
|
|
|
|
|
this.channelForm.rtosd = "";
|
|
|
|
@ -1086,7 +1087,7 @@ export default {
|
|
|
|
|
this.channelForm.bgsj = "";
|
|
|
|
|
this.channelForm.iso = "";
|
|
|
|
|
this.channelForm.modelVal = "";
|
|
|
|
|
this.channelForm.compensationVal = "";
|
|
|
|
|
this.channelForm.compensationVal = 0;
|
|
|
|
|
// this.channelForm.hdrchecked = "";
|
|
|
|
|
// this.channelForm.ywchecked = "";
|
|
|
|
|
this.channelForm.rtosd = "";
|
|
|
|
|