fix: 修复耗材绑定商品点击未跳转问题
This commit is contained in:
parent
ed25a9c5e6
commit
8f65232d11
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue