lanxin 1 day ago
parent
commit
384c9ec018
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/pages/Cledger/C4file/index.tsx

+ 5 - 1
src/pages/Cledger/C4file/index.tsx

@@ -180,7 +180,11 @@ function C4file() {
         title: '操作',
         render: (item: any) => (
           <>
-            <Button size='small' type='text' onClick={() => openLink(`/goodsLook/${item.id}`)}>
+            <Button
+              size='small'
+              type='text'
+              onClick={() => openLink(`/goodsLook/${item.moduleId}`)}
+            >
               查看藏品
             </Button>
             <Button