routerChange
This commit is contained in:
parent
a96b91702f
commit
92f92f7ab2
|
@ -87,7 +87,7 @@
|
|||
cateType = 'opl'
|
||||
}
|
||||
this.$router.push({
|
||||
name: "ticketdetail",
|
||||
path: "ticketdetail",
|
||||
query: {
|
||||
id: row.id,
|
||||
type: 'show',
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
cateType = 'opl'
|
||||
}
|
||||
this.$router.push({
|
||||
name: "ticketdetail",
|
||||
path: "ticketdetail",
|
||||
query: {
|
||||
id: row.id,
|
||||
type: 'show',
|
||||
|
|
|
@ -116,7 +116,7 @@
|
|||
cateType = 'opl'
|
||||
}
|
||||
this.$router.push({
|
||||
name: "ticketdetail",
|
||||
path: "ticketdetail",
|
||||
query: {
|
||||
id: row.id,
|
||||
projectId: projectId,
|
||||
|
|
|
@ -123,7 +123,7 @@
|
|||
cateType = 'opl'
|
||||
}
|
||||
this.$router.push({
|
||||
path: "/ticketdetail",
|
||||
path: "ticketdetail",
|
||||
query: {
|
||||
id: row.id,
|
||||
type: "show",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
cateType = 'opl'
|
||||
}
|
||||
this.$router.push({
|
||||
name: "ticketdetail",
|
||||
path: "ticketdetail",
|
||||
query: {
|
||||
id: row.id,
|
||||
type: "show",
|
||||
|
|
Loading…
Reference in New Issue