Forráskód Böngészése

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

xujunjie 1 éve
szülő
commit
00ec7697e1
1 módosított fájl, 1 hozzáadás és 1 törlés
  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}`);
       },
     });
   };