From b32a40bbee65f5f5dace11163477326ffa6e638b Mon Sep 17 00:00:00 2001 From: buaixuexideshitongxue <2936013465@qq.com> Date: Tue, 4 Aug 2026 16:43:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=82=B9=E5=87=BB=E5=AE=A1=E8=AE=A1?= =?UTF-8?q?=E8=B4=A8=E9=87=8F=E8=AF=84=E4=BB=B7-=E9=A2=84=E8=AD=A6?= =?UTF-8?q?=E4=B8=AD-=E6=9F=A5=E7=9C=8B=20=E4=B9=9F=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E9=80=9A=E8=BF=87=E6=88=96=E8=80=85=E9=A9=B3=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/warning/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/warning/index.vue b/src/views/warning/index.vue index de26fd6..8571726 100644 --- a/src/views/warning/index.vue +++ b/src/views/warning/index.vue @@ -57,6 +57,7 @@ const editFun = (row) =>{ let routeQuery ={ // isEnd:row.reportType === "结算项目", reportId:row.id, + ...(row.flowId ? { flowId: row.flowId } : {}), // isEdit:true, backPath:'/warning', }