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(){