From 6de5b578431fa8df46dc97a629f93a946a1fad21 Mon Sep 17 00:00:00 2001 From: buaixuexideshitongxue <2936013465@qq.com> Date: Mon, 9 Feb 2026 17:07:09 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E8=BF=9B=E7=AA=97=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/work/work.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/work/work.vue b/src/views/work/work.vue index c63efbf..8752be6 100644 --- a/src/views/work/work.vue +++ b/src/views/work/work.vue @@ -80,7 +80,8 @@ const rowWorkClick = (row) => { isEnd:isEnd, id:row.reportId, node:row.flowCod, - backPath:"/work" + backPath:"/work", + isAudit: true } }); }