fix: 修复耗材绑定商品点击未跳转问题

This commit is contained in:
YeMingfei666 2025-03-17 11:14:10 +08:00
parent ed25a9c5e6
commit 8f65232d11
1 changed files with 5 additions and 0 deletions

View File

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