1 #119

Merged
xiaomeng merged 1 commits from pc-master into portal 2024-02-28 07:28:39 +00:00
1 changed files with 13 additions and 13 deletions

View File

@ -83,7 +83,7 @@
<div class="type1" v-if="scope.row.type == 2">
<div class="input-main-80">
<span> 肥料通道最大值</span>
<input @blur="blurChange(store.formulaNum[indexs - 1] + 4 + scope.$index, $event)"
<input @blur="blurChange(store.formulaNum[indexs - 1] + 4 , $event)"
v-model="inputData[store.formulaNum[indexs - 1] + 4]"
@input="change(store.formulaNum[indexs - 1] + 4, $event)" type="number" style="height: 34px;"
placeholder="0.0">
@ -404,19 +404,19 @@ export default {
},
// j*100
delayTimer(i, data) {
const that = this;
//
let j = this.$store.state.lateSend;
//
this.timer && clearInterval(this.timer);
// const that = this;
// //
// let j = this.$store.state.lateSend;
// //
// this.timer && clearInterval(this.timer);
this.timer = setInterval(() => {
++i;
if (i == j) {
that.changeData(data);
clearInterval(this.timer);
}
}, 100);
// this.timer = setInterval(() => {
// ++i;
// if (i == j) {
// that.changeData(data);
// clearInterval(this.timer);
// }
// }, 100);
},
changeData(data) {
var store = this.$store.state