Compare commits

..

No commits in common. "1928aeaa61c3985b5ef0448cb265fbf70fb6e9ab" and "54ae501a7be5234161de80009dcbd1f3db7c100e" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
<div class="flex-view">
<div class="input-main">
<span>环境数据上传时间</span>
<input @blur="blurChange('21500', $event)" v-model="inputData['21500']" @input="change('21500', $event)" type="number" placeholder="0">
<input v-model="inputData['21500']" @input="change('21500', $event)" type="number" placeholder="0">
<span></span>
</div>
@ -400,7 +400,7 @@ selectValue(e) {
value: parseInt(num, 2),
},
};
this.changeBtn('21501', dataNum);
this.changeBtn('21500', dataNum);
},
selList2(index) {
if (this.actList2.indexOf(index) == -1) {
@ -419,7 +419,7 @@ selectValue(e) {
value: parseInt(num, 2),
},
};
this.changeBtn('21503', dataNum);
this.changeBtn('21501', dataNum);
},
selList3(index) {
if (this.actList3.indexOf(index) == -1) {

View File

@ -8,7 +8,7 @@
<div class="flex-view">
<div class="input-main">
<span>环境数据上传时间</span>
<input @blur="blurChange('502', $event)" v-model="inputData['502']" @input="change('502', $event)" type="number" placeholder="0">
<input v-model="inputData['502']" @input="change('502', $event)" type="number" placeholder="0">
<span></span>
</div>