This commit is contained in:
shijing 2022-08-23 19:09:50 +07:00
parent e03113f25a
commit a96b91702f
2 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,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",

View File

@ -5,7 +5,7 @@
<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"
v-if="type!=='show'&&ticketDetail.state_&&ticketDetail.state_.name==='任务执行'" v-if="ticketDetail.state_&&ticketDetail.state_.name==='任务执行'"
@click="reStart" @click="reStart"
type="primary" type="primary"
> >