fix : 修复路由跳转

This commit is contained in:
2024-05-27 21:16:14 +08:00
parent 7ebd897d57
commit e71c142ea9
9 changed files with 55 additions and 14 deletions

View File

@@ -76,6 +76,7 @@ const getAllInfo = async (state) => {
if(code===1000){
loading.value = false
}
if(data===undefined)return;
commonForm.value = data
processStore.setDesign(data)
processStore.runningList.value = data.runningList;

View File

@@ -216,7 +216,7 @@ const search = (val) => {
const handleDetail = (row) => {
router.push({
name: 'Implementation/detail',
name:'Implementation/detail',
query: {
id: row.requirementId,
projectId: row.projectId,