diff --git a/src/views/tickets/RequestAssetPerm/RequestAssetPermTicketCreateUpdate.vue b/src/views/tickets/RequestAssetPerm/RequestAssetPermTicketCreateUpdate.vue index 7b0c3de9d..1588441d9 100644 --- a/src/views/tickets/RequestAssetPerm/RequestAssetPermTicketCreateUpdate.vue +++ b/src/views/tickets/RequestAssetPerm/RequestAssetPermTicketCreateUpdate.vue @@ -17,6 +17,8 @@ export default { const date_expired = getDaysFuture(7, now).toISOString() const date_start = now.toISOString() return { + // 工单创建 隐藏提示信息中的跳转连接 + hasDetailInMsg: false, initial: { ips_or_not: true, date_expired: date_expired,