From 0735f0f468f38124e678cc9856260336a0c578d2 Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Tue, 26 May 2026 16:18:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=B9=E8=AE=AD=E9=80=9A=E7=9F=A5=E5=8F=8D?= =?UTF-8?q?=E9=A6=88=20=E5=A6=82=E6=9E=9C=E7=AD=BE=E5=88=B0=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=20=E6=8F=90=E7=A4=BA=E5=AE=8C=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E8=AF=AD=E5=90=8E=E5=86=8D=20=E8=BF=94=E5=9B=9E=E4=B8=8A?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/apply/subPages/SE/1trainNotifyEdit.vue | 1 - pages/apply/subPages/SE/1trainNotifyShow.vue | 62 +++++++++++++------- 2 files changed, 42 insertions(+), 21 deletions(-) diff --git a/pages/apply/subPages/SE/1trainNotifyEdit.vue b/pages/apply/subPages/SE/1trainNotifyEdit.vue index 520b79e..4b8e815 100644 --- a/pages/apply/subPages/SE/1trainNotifyEdit.vue +++ b/pages/apply/subPages/SE/1trainNotifyEdit.vue @@ -644,7 +644,6 @@ getRequest(json, "/SE/TrainNotify/Get").then(res => { this.model = res // ISSENDNOTICE - debugger this.model.LEVEL_SHOW = res.LEVEL !== undefined ? this.enumsData['FMDepartmentType'].find( item => item.code === res.LEVEL)?.name : ''; this.model.TRAINTYPE_SHOW = res.TRAINTYPE !== undefined ? this.enumsData['TrainType'].find( diff --git a/pages/apply/subPages/SE/1trainNotifyShow.vue b/pages/apply/subPages/SE/1trainNotifyShow.vue index 2a46fbc..7a1f6b5 100644 --- a/pages/apply/subPages/SE/1trainNotifyShow.vue +++ b/pages/apply/subPages/SE/1trainNotifyShow.vue @@ -3,48 +3,64 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -59,7 +75,8 @@ 附件 - + @@ -70,8 +87,10 @@ - - + + @@ -239,7 +258,7 @@ NOTIFY_ID: this.model.ID, LEAVE_REASON: this.LEAVE_REASON, IS_LEAVE: type, - TaskID: this.TaskID, + TaskID: this.TaskID }; getRequest(json, "/SE/SETrainNotify/TrainPersonStatus").then(res => { if (res) { @@ -247,8 +266,11 @@ uni.navigateBack() }, 'success', 1000) } + }).catch((error) => { + uni.$showMsgFunc("", () => { + uni.navigateBack() + }, 'fail', 1500) }) - } }, computed: {