From 8f65232d11ab69504106edab31ccb0ef8444b34c Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Mon, 17 Mar 2025 11:14:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=80=97=E6=9D=90?= =?UTF-8?q?=E7=BB=91=E5=AE=9A=E5=95=86=E5=93=81=E7=82=B9=E5=87=BB=E6=9C=AA?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventory/consumables/index.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/inventory/consumables/index.vue b/src/views/inventory/consumables/index.vue index 041cb92..0cf2c32 100644 --- a/src/views/inventory/consumables/index.vue +++ b/src/views/inventory/consumables/index.vue @@ -115,6 +115,11 @@ const { handleSearchClick, handleFilterChange, } = usePage(); + +function toGoods(id: number | string) { + router.push({ path: "/product/index", query: { id: id } }); +} + //统计数据 const gongjiData = reactive({ totalRow: 0 }); function getTongji(params: IObject | undefined) {