task#10094,调度app案件审核静态页

This commit is contained in:
2024-01-24 17:49:34 +08:00
parent 290b562ce7
commit ba442358f2
4 changed files with 335 additions and 91 deletions

View File

@ -65,7 +65,7 @@ export default {
goPageDetail(){
console.log("去查看详情")
this.$router.push({
name: 'caseDetail', // 目标路由的名称
name: 'caseAuditList', // 目标路由的名称
/* params: {
id: item.id, // 参数对象的属性
postfix:item.postfix,