lanxin 1 hari lalu
induk
melakukan
384c9ec018
1 mengubah file dengan 5 tambahan dan 1 penghapusan
  1. 5 1
      src/pages/Cledger/C4file/index.tsx

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

@@ -180,7 +180,11 @@ function C4file() {
         title: '操作',
         title: '操作',
         render: (item: any) => (
         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>
             <Button
             <Button