From 28b7d7af64ee83c56ef808f118df2bb80e3688a6 Mon Sep 17 00:00:00 2001 From: "962704835@qq.com" Date: Fri, 19 Dec 2025 19:02:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E7=A8=8B=E4=BB=BB=E5=8A=A1=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E9=A1=B5=E9=9D=A2=E6=A0=87=E9=A2=98=E6=A0=B9=E6=8D=AE?= =?UTF-8?q?=E4=B8=8D=E5=90=8C=E7=94=B3=E8=AF=B7=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/Approval/handleTask/processHandling/detail.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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