流程任务表单页面标题根据不同申请显示
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user