From 235b80b29598776d8d43d781963630d12e79604e Mon Sep 17 00:00:00 2001 From: liuxi <357439530@qq.com> Date: Tue, 18 Feb 2025 15:41:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mediation-page/components/MediationRecordDialog.vue | 6 +++--- src/pages/mediation-page/components/cassWrit.vue | 2 +- src/utils/util.js | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/mediation-page/components/MediationRecordDialog.vue b/src/pages/mediation-page/components/MediationRecordDialog.vue index b462f08..9b3e645 100644 --- a/src/pages/mediation-page/components/MediationRecordDialog.vue +++ b/src/pages/mediation-page/components/MediationRecordDialog.vue @@ -38,10 +38,10 @@ 未接 拒接 关机 - 空号 + 空号 停机 - 设置 - 正在通话中 + 设置 + 正在通话中 暂时无法接通 diff --git a/src/pages/mediation-page/components/cassWrit.vue b/src/pages/mediation-page/components/cassWrit.vue index 93bddef..486b3c3 100644 --- a/src/pages/mediation-page/components/cassWrit.vue +++ b/src/pages/mediation-page/components/cassWrit.vue @@ -197,7 +197,7 @@ export default { cancelButtonText: "取消", type: "warning", }).then(() => { - let data = {caseId: this.caseId} + let data = {id: this.caseId} caseManagement.traceSignBatchCancel(data).then((res) => { this.$message.success("撤销签字成功"); this.getWritCaseList() diff --git a/src/utils/util.js b/src/utils/util.js index d0065ee..e17e7c7 100644 --- a/src/utils/util.js +++ b/src/utils/util.js @@ -391,7 +391,7 @@ const util = { getTelephoneType() { return [{label:'已接',value:0},{label:'未接',value:1},{label:'拒接',value:2}, {label:'关机',value:3},{label:'停机',value:4},{label:'暂时无法接通',value:5}, - {label:'空号',value:8},{label:'设置',value:9},{label:'正在通话中',value:10}] + {label:'空号',value:7},{label:'设置',value:8},{label:'正在通话中',value:9}] }, /** * 根据不同的类型返回不同的电话情况 this.$util.getTelephoneTypeData