diff --git a/pages/Approval/handleTask/processHandling/detail.vue b/pages/Approval/handleTask/processHandling/detail.vue index 5ca2000..9fab25f 100644 --- a/pages/Approval/handleTask/processHandling/detail.vue +++ b/pages/Approval/handleTask/processHandling/detail.vue @@ -137,10 +137,18 @@ this.taskForm.executionId = query.executionId this.taskForm.taskId = query.taskId this.taskName = query.taskName - if (this.category == 'enlistmentReserve') { // 入伍保留学籍表单 + if (this.category == 'enlistmentReserve') { // 入伍保留学籍申请表单 this.getEnlistmentReserve(this.taskForm.procInsId); - } else if (this.category == 'outsideAccommodation') { + // 页面标题修改 + uni.setNavigationBarTitle({ + title: '入伍保留学籍申请详情' + }); + } else if (this.category == 'outsideAccommodation') { // 外宿申请表单 this.getOutsideAccommodation(this.taskForm.procInsId); + // 页面标题修改 + uni.setNavigationBarTitle({ + title: '外宿申请详情' + }); } getUserProfile().then(res => { this.user = res.data