【修改】 修改报告详情

This commit is contained in:
zhoulingpo
2023-05-09 16:37:55 +08:00
parent ea9052882f
commit 89dde4d62c
3 changed files with 20 additions and 5 deletions
@@ -122,9 +122,17 @@ export default {
path: '/permission/launch',
query: {
id: this.$route.query.id,
isDraft: 1
isDraft: 1,
}
})
});break;
case '4' :
this.$router.push({
path: '/reportprocess/launch',
query: {
id: this.$route.query.id,
isDraft: 1
}
})
}
},
},