diff --git a/src/views/phoneManage/bindSeats.vue b/src/views/phoneManage/bindSeats.vue index dad3fa9..16d1779 100644 --- a/src/views/phoneManage/bindSeats.vue +++ b/src/views/phoneManage/bindSeats.vue @@ -85,7 +85,7 @@ if (response.code === 200) { this.$message.success('坐席绑定成功') this.dialogFormVisible = false - this.$emit('watchChild') + this.$emit('refresh') } }) }, @@ -95,7 +95,7 @@ // 点击取消 cancel: function() { this.dialogFormVisible = false - this.$emit('watchChild') + this.$emit('refresh') } } } diff --git a/src/views/phoneManage/bindSeats.vue b/src/views/phoneManage/bindSeats.vue index dad3fa9..16d1779 100644 --- a/src/views/phoneManage/bindSeats.vue +++ b/src/views/phoneManage/bindSeats.vue @@ -85,7 +85,7 @@ if (response.code === 200) { this.$message.success('坐席绑定成功') this.dialogFormVisible = false - this.$emit('watchChild') + this.$emit('refresh') } }) }, @@ -95,7 +95,7 @@ // 点击取消 cancel: function() { this.dialogFormVisible = false - this.$emit('watchChild') + this.$emit('refresh') } } } diff --git a/src/views/phoneManage/phoneManage.vue b/src/views/phoneManage/phoneManage.vue index 57c3ea6..c90588b 100644 --- a/src/views/phoneManage/phoneManage.vue +++ b/src/views/phoneManage/phoneManage.vue @@ -3,7 +3,7 @@ - + 新增 @@ -55,7 +55,7 @@ listLoading: true, // 列表加载动画 multipleSelection: [], // 多选选中项 listQuery: { - keywords: '', + keyword: '', offset: 1, limit: 100, sort: '',