|
|
|
@ -713,7 +713,18 @@ export default {
|
|
|
|
|
this.ratiolist = this.zhejiangratiolist;
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
this.$set(this.setForm, "resolution", this.ratiolist[0].id);
|
|
|
|
|
|
|
|
|
|
if (val.protocol == 65281) {
|
|
|
|
|
this.$set(this.setForm, "resolution", this.ratiolist[12].id);
|
|
|
|
|
this.$set(this.setForm, "luminance", 50);
|
|
|
|
|
this.$set(this.setForm, "contrast", 50);
|
|
|
|
|
this.$set(this.setForm, "saturation", 50);
|
|
|
|
|
} else {
|
|
|
|
|
this.$set(this.setForm, "resolution", this.ratiolist[0].id);
|
|
|
|
|
this.$set(this.setForm, "luminance", 50);
|
|
|
|
|
this.$set(this.setForm, "contrast", 50);
|
|
|
|
|
this.$set(this.setForm, "saturation", 50);
|
|
|
|
|
}
|
|
|
|
|
// getResolutionRatio({ type: 0 })
|
|
|
|
|
// .then((res) => {
|
|
|
|
|
// this.ratiolist = this.hnratiolist;
|
|
|
|
|