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'
}
this.$router.push({
name: "ticketdetail",
path: "/ticketdetail",
query: {
id: row.id,
type: "show",

View File

@ -5,7 +5,7 @@
<work-step v-if="ticketDetail.state" ref="workStep" :ticket="ticketDetail"></work-step>
<el-button
class="ticketRetry"
v-if="type!=='show'&&ticketDetail.state_&&ticketDetail.state_.name==='任务执行'"
v-if="ticketDetail.state_&&ticketDetail.state_.name==='任务执行'"
@click="reStart"
type="primary"
>