loading
This commit is contained in:
@@ -118,7 +118,7 @@ export default {
|
|||||||
return [
|
return [
|
||||||
{ prop: "name", label: '触发敏感词', align: "left"},
|
{ prop: "name", label: '触发敏感词', align: "left"},
|
||||||
{ prop: "departmentName", label: '会话类型'},
|
{ prop: "departmentName", label: '会话类型'},
|
||||||
{ prop: "areaName", label: '行政区划'},
|
// { prop: "areaName", label: '行政区划'},
|
||||||
{ prop: "phone", label: '部门'},
|
{ prop: "phone", label: '部门'},
|
||||||
{ prop: "registerCount", label: '涉及对象'},
|
{ prop: "registerCount", label: '涉及对象'},
|
||||||
{ prop: "friendCount", label: '姓名'},
|
{ prop: "friendCount", label: '姓名'},
|
||||||
|
|||||||
@@ -217,6 +217,7 @@
|
|||||||
return this.$message('已加载完成,没有更多数据');
|
return this.$message('已加载完成,没有更多数据');
|
||||||
}else {
|
}else {
|
||||||
this.msgCurrent ++
|
this.msgCurrent ++
|
||||||
|
this.isLoading = true
|
||||||
this.getMsgList()
|
this.getMsgList()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user