routerChange
This commit is contained in:
parent
a96b91702f
commit
92f92f7ab2
|
@ -87,7 +87,7 @@
|
||||||
cateType = 'opl'
|
cateType = 'opl'
|
||||||
}
|
}
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: "ticketdetail",
|
path: "ticketdetail",
|
||||||
query: {
|
query: {
|
||||||
id: row.id,
|
id: row.id,
|
||||||
type: 'show',
|
type: 'show',
|
||||||
|
|
|
@ -84,7 +84,7 @@
|
||||||
cateType = 'opl'
|
cateType = 'opl'
|
||||||
}
|
}
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: "ticketdetail",
|
path: "ticketdetail",
|
||||||
query: {
|
query: {
|
||||||
id: row.id,
|
id: row.id,
|
||||||
type: 'show',
|
type: 'show',
|
||||||
|
|
|
@ -116,7 +116,7 @@
|
||||||
cateType = 'opl'
|
cateType = 'opl'
|
||||||
}
|
}
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: "ticketdetail",
|
path: "ticketdetail",
|
||||||
query: {
|
query: {
|
||||||
id: row.id,
|
id: row.id,
|
||||||
projectId: projectId,
|
projectId: projectId,
|
||||||
|
|
|
@ -123,7 +123,7 @@
|
||||||
cateType = 'opl'
|
cateType = 'opl'
|
||||||
}
|
}
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
path: "/ticketdetail",
|
path: "ticketdetail",
|
||||||
query: {
|
query: {
|
||||||
id: row.id,
|
id: row.id,
|
||||||
type: "show",
|
type: "show",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<el-container>
|
<el-container>
|
||||||
<el-main v-loading="mainLoading">
|
<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>
|
<work-step v-if="ticketDetail.state" ref="workStep" :ticket="ticketDetail"></work-step>
|
||||||
<el-button
|
<el-button
|
||||||
class="ticketRetry"
|
class="ticketRetry"
|
||||||
|
|
|
@ -84,7 +84,7 @@
|
||||||
cateType = 'opl'
|
cateType = 'opl'
|
||||||
}
|
}
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: "ticketdetail",
|
path: "ticketdetail",
|
||||||
query: {
|
query: {
|
||||||
id: row.id,
|
id: row.id,
|
||||||
type: "show",
|
type: "show",
|
||||||
|
|
Loading…
Reference in New Issue