diff --git a/src/api/pbx-auto-attendants.js b/src/api/pbx-auto-attendants.js index d3d0738e..1adb4464 100644 --- a/src/api/pbx-auto-attendants.js +++ b/src/api/pbx-auto-attendants.js @@ -2,7 +2,7 @@ import Vue from 'vue' import { patchReplaceFull } from 'src/api/common' export async function getAutoAttendants (options) { - const params = { ...options, ...{ expand: 1 } } + const params = { ...options, ...{ expand: 'all' } } const res = await Vue.http.get('api/autoattendants/', { params: params })