This commit is contained in:
liuye
2023-06-14 10:52:53 +08:00
parent 2575c256c4
commit 9c0330561c
2 changed files with 2 additions and 1 deletions

View File

@@ -118,7 +118,7 @@ export default {
return [
{ prop: "name", label: '触发敏感词', align: "left"},
{ prop: "departmentName", label: '会话类型'},
{ prop: "areaName", label: '行政区划'},
// { prop: "areaName", label: '行政区划'},
{ prop: "phone", label: '部门'},
{ prop: "registerCount", label: '涉及对象'},
{ prop: "friendCount", label: '姓名'},

View File

@@ -217,6 +217,7 @@
return this.$message('已加载完成,没有更多数据');
}else {
this.msgCurrent ++
this.isLoading = true
this.getMsgList()
}
}