Commit 9bcfc757 authored by 王启林's avatar 王启林

修改排队叫号有数据界面不显示bug

Signed-off-by: 王启林's avatar王启林 <1940603613@qq.com>
parent a9e3726a
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -353,7 +353,7 @@ export default {
},
// 获取列表数据
async getCallQueListArr(search = {}) {
let res = getCallQueList({
let res = await getCallQueList({
page: this.tablePagination.current,
size: this.tablePagination.pageSize,
...this.searchForm,
......@@ -363,6 +363,7 @@ export default {
let { data, total } = res.data;
this.tableList = data;
this.tablePagination.total = total;
console.log(this.tableList)
return data;
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment