diff --git a/src/views/wf/myticket.vue b/src/views/wf/myticket.vue index c33e81f4..2d5a193d 100644 --- a/src/views/wf/myticket.vue +++ b/src/views/wf/myticket.vue @@ -133,7 +133,8 @@

工单详情

关闭 - + @@ -179,7 +180,7 @@ export default { wfOptions: [], currentComponent: null, ticketId: null, - modelId: null, + t_id: null, }; }, mounted() { @@ -220,7 +221,7 @@ export default { handleShow(row) { this.drawer = true; this.ticketId = row.id; - this.modelId = row.ticket_data.t_id; + this.t_id = row.ticket_data.t_id; const viewPath = row.workflow_.view_path; // 动态 import this.currentComponent = markRaw( diff --git a/src/views/wf/ticketd.vue b/src/views/wf/ticketd.vue index cdf0f515..6f4b8a66 100644 --- a/src/views/wf/ticketd.vue +++ b/src/views/wf/ticketd.vue @@ -1,5 +1,5 @@