This commit is contained in:
home孙 2025-01-11 16:36:59 +08:00
parent 744e263ef6
commit 3764e5b9cc

View File

@ -162,9 +162,9 @@
<div class="input-main-80">
<span>室内温度大于</span>
<input
@blur="blurChange(startList[indexs - 1] + 9, $event)"
@blur="blurChangeCount(startList[indexs - 1] + 9, $event)"
v-model="inputData[startList[indexs - 1] + 9]"
@input="change(startList[indexs - 1] + 9, $event)"
@input="changeCountData(startList[indexs - 1] + 9, $event)"
type="text"
placeholder="0"
/>
@ -427,6 +427,7 @@ export default {
this.getActive2();
this.startList.forEach((el, index) => {
this.inputData[el + 8] = this.countData10(this.inputData[el + 8]);
this.inputData[el + 9] = this.countData(this.inputData[el + 9]);
this.inputDataNew[el + 2] = this.getData1(this.inputData[el + 2]);
});
}