diff --git a/src/layout/components/ivr/ivrBar.vue b/src/layout/components/ivr/ivrBar.vue index e99531b..29da6f8 100644 --- a/src/layout/components/ivr/ivrBar.vue +++ b/src/layout/components/ivr/ivrBar.vue @@ -363,7 +363,7 @@ if (this.judgeCallStatus()) { // 判断通话状态 if (this.isInComing) { // 判断是否外接电话 this.getExtentionList() - this.$refs.keyboard.initDialog('transfer') + this.$refs.chooseseats.initDialog('transfer') } else { this.$message.warning('只有外接电话才允许转接') }