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: {