From 968b35a73596d589c8cebb69caccdb34d43f5daf Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Tue, 14 Jan 2025 13:41:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9B=98=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PDA/pages/task/countFgDetail.vue | 11 ++++++----- fe/PDA/pages/task/countRawDetail.vue | 11 ++++++----- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/fe/PDA/pages/task/countFgDetail.vue b/fe/PDA/pages/task/countFgDetail.vue index 141df4cbc..307e67ae9 100644 --- a/fe/PDA/pages/task/countFgDetail.vue +++ b/fe/PDA/pages/task/countFgDetail.vue @@ -281,11 +281,12 @@ if (e.from == 'backbutton') { if (this.jobStatus == 2) { //取消承接任务 - cancelTakeCountJob(this.id).then(res => { - uni.navigateBack(); - }).catch(error => { - uni.navigateBack(); - }) + // cancelTakeCountJob(this.id).then(res => { + // uni.navigateBack(); + // }).catch(error => { + // uni.navigateBack(); + // }) + uni.navigateBack(); } else { uni.navigateBack(); } diff --git a/fe/PDA/pages/task/countRawDetail.vue b/fe/PDA/pages/task/countRawDetail.vue index 4832c6fcd..186dfc992 100644 --- a/fe/PDA/pages/task/countRawDetail.vue +++ b/fe/PDA/pages/task/countRawDetail.vue @@ -280,11 +280,12 @@ if (e.from == 'backbutton') { if (this.jobStatus == 2) { //取消承接任务 - cancelTakeCountJob(this.id).then(res => { - uni.navigateBack(); - }).catch(error => { - uni.navigateBack(); - }) + // cancelTakeCountJob(this.id).then(res => { + // uni.navigateBack(); + // }).catch(error => { + // uni.navigateBack(); + // }) + uni.navigateBack(); } else { uni.navigateBack(); }