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