From f00a7ba07a4f6eb4bd9d72fdb1c4d55abf826a50 Mon Sep 17 00:00:00 2001 From: 86156 <823267011@qq.com> Date: Wed, 16 Jul 2025 16:10:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/work/abnormal_process/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/work/abnormal_process/index.vue b/src/views/work/abnormal_process/index.vue index d0a3b3d..8fbee13 100644 --- a/src/views/work/abnormal_process/index.vue +++ b/src/views/work/abnormal_process/index.vue @@ -657,8 +657,9 @@ export default { let params = { materialId: this.processing.id, delFlag: 1, - batchId: this.processBatchId + batchId: this.processing.batchId } + console.log(params) stepProcess(params).then(res => { this.passList = res.data if (res.data.length()>0){