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) {