routerChange

This commit is contained in:
shijing 2022-08-23 19:21:36 +07:00
parent a96b91702f
commit 92f92f7ab2
6 changed files with 6 additions and 6 deletions

View File

@ -87,7 +87,7 @@
cateType = 'opl'
}
this.$router.push({
name: "ticketdetail",
path: "ticketdetail",
query: {
id: row.id,
type: 'show',

View File

@ -84,7 +84,7 @@
cateType = 'opl'
}
this.$router.push({
name: "ticketdetail",
path: "ticketdetail",
query: {
id: row.id,
type: 'show',

View File

@ -116,7 +116,7 @@
cateType = 'opl'
}
this.$router.push({
name: "ticketdetail",
path: "ticketdetail",
query: {
id: row.id,
projectId: projectId,

View File

@ -123,7 +123,7 @@
cateType = 'opl'
}
this.$router.push({
path: "/ticketdetail",
path: "ticketdetail",
query: {
id: row.id,
type: "show",

View File

@ -1,7 +1,7 @@
<template>
<el-container>
<el-main v-loading="mainLoading">
<el-card header="流程">
<el-card header="流程" style="position:relative">
<work-step v-if="ticketDetail.state" ref="workStep" :ticket="ticketDetail"></work-step>
<el-button
class="ticketRetry"

View File

@ -84,7 +84,7 @@
cateType = 'opl'
}
this.$router.push({
name: "ticketdetail",
path: "ticketdetail",
query: {
id: row.id,
type: "show",