diff --git a/src/views/page/formula.vue b/src/views/page/formula.vue index 843bfd7..1e0be1b 100644 --- a/src/views/page/formula.vue +++ b/src/views/page/formula.vue @@ -83,7 +83,7 @@
肥料通道最大值 - @@ -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