Browse Source

修复已提交审批加载详情失败的问题

xujunjie 1 năm trước cách đây
mục cha
commit
00ec7697e1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/pages/Auth/Submit.js

+ 1 - 1
src/pages/Auth/Submit.js

@@ -103,7 +103,7 @@ function Auth(props) {
           version = versionList.find(v => v.version_id == item.version_id);
         }
         localStorage.excelItem = JSON.stringify(version);
-        router.push(`/home/detail/${item.project_id}/${item.template_id}`);
+        router.push(`/home/detail/${item.project_id}/${item.template_id}?excel_id=${item.id}`);
       },
     });
   };