|
@@ -508,8 +508,9 @@ export default {
|
|
/** 查询企微用户通话记录列表 */
|
|
/** 查询企微用户通话记录列表 */
|
|
getList() {
|
|
getList() {
|
|
this.loading = true;
|
|
this.loading = true;
|
|
|
|
+ this.status = 0;
|
|
const { qwUserName, ...queryParams } = this.queryParams;
|
|
const { qwUserName, ...queryParams } = this.queryParams;
|
|
- listQwUserVoiceLog(queryParams).then(response => {
|
|
|
|
|
|
+ listQwUserVoiceLogTotal(queryParams).then(response => {
|
|
this.qwUserVoiceLogList = response.rows;
|
|
this.qwUserVoiceLogList = response.rows;
|
|
this.total = response.total;
|
|
this.total = response.total;
|
|
this.loading = false;
|
|
this.loading = false;
|