From 284374385891d535d1d3403f06d2c741f7d6c865 Mon Sep 17 00:00:00 2001 From: hdka <823267011@qq.com> Date: Thu, 21 Aug 2025 10:10:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9this=E5=AE=9E=E4=BE=8B?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/work/process/index.vue | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/views/work/process/index.vue b/src/views/work/process/index.vue index bc67deb..4f5c002 100644 --- a/src/views/work/process/index.vue +++ b/src/views/work/process/index.vue @@ -579,7 +579,8 @@ export default { startProcess() { let params = { - state: 1 + state: 1, + batchId: this.processBatchId } materialStart(params).then(res => { if (res.data === 1) { @@ -729,20 +730,16 @@ export default { // TODO clearInterval(this.intervalTime) - this.getDataList() // 接口方法 this.intervalTime = setInterval(() => { this.getFault() this.getPLCData() - this.getDataList() // 接口方法 }, 2000) }, computed: {}, created() { - this.getPLCData() this.getDataList() // 接口方法 newIP() - this.getFault() }, beforeDestroy() {