From 0f73300cfaacd231d2a83c07c321a486f28bf393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E5=89=8D=E6=98=8E?= <909355014@qq.com> Date: Mon, 19 Sep 2022 17:48:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=B8=E5=8F=AF=E8=AF=81=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E6=97=B6=E8=B7=B3=E8=BD=AC=E9=A1=B5=E9=9D=A2bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/opm/fire.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/opm/fire.vue b/src/views/opm/fire.vue index 8237edeb..73239169 100644 --- a/src/views/opm/fire.vue +++ b/src/views/opm/fire.vue @@ -861,7 +861,7 @@ this.$router.push({ name: "opl", query: { - operationid: this.operationId,//作业ID + id: this.operationId,//作业ID }, });