From 8f596b7c2baf883c040e65f3cc1c3005faa3633f Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Fri, 18 Oct 2024 14:56:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E8=B6=85=E8=BF=87=E4=B8=A4?= =?UTF-8?q?=E5=B0=8F=E6=97=B6=E7=A6=81=E6=AD=A2=E9=80=80=E4=BB=B6=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/HotlineDetail/index.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/views/HotlineDetail/index.vue b/src/views/HotlineDetail/index.vue index 2bc7804..1006f10 100644 --- a/src/views/HotlineDetail/index.vue +++ b/src/views/HotlineDetail/index.vue @@ -558,7 +558,6 @@ export default { returnSuggestDept: this.returnSuggestDept, // 建议办理部门 returnSuggestDeptName: this.returnSuggestDeptName, // 建议办理部门名称 returnLoseContact: this.returnLoseContact,// 是否已联系,未联系:0;已联系:1 - icEventId: this.icEventId// 事件id }).then(res => { @@ -661,10 +660,10 @@ export default { this.show=true }, handleRefund(){ - if(new Date().getTime() - new Date(this.tableData.latestOperatedTime).getTime() > 2 * 60 * 60 * 1000){ - this.$toast.fail("派件已超两小时不能退件,可联系热线专员改派") - return - } + // if(new Date().getTime() - new Date(this.tableData.latestOperatedTime).getTime() > 2 * 60 * 60 * 1000){ + // this.$toast.fail("派件已超两小时不能退件,可联系热线专员改派") + // return + // } this.showAcsheet=true }, showPicker1(){