1
This commit is contained in:
parent
744e263ef6
commit
3764e5b9cc
@ -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]);
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user