From 91938d966fae134e2bbf3e50a898f0b3bf948c90 Mon Sep 17 00:00:00 2001 From: hayu <1604366271@qq.com> Date: Tue, 30 Sep 2025 18:28:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=90=E6=96=99=E7=AB=99=E5=87=BA=E5=BA=93OC?= =?UTF-8?q?R=E8=AF=86=E5=88=AB=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue b/src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue index 812275e..ed2ef3e 100644 --- a/src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue +++ b/src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue @@ -634,7 +634,7 @@ const getCode = (item) => { uni.navigateTo({ url: '/pages/materialsStation/toolsLease/codeOut?params=' + - JSON.stringify({ ...item, proId: formData.proId, teamId: formData.teamId }), + JSON.stringify({ ...item, proId: formData.proId, teamId: formData.teamId}), }) }