居民分类信息

This commit is contained in:
liuye
2023-01-04 09:07:15 +08:00
parent 489c36ac00
commit c29791c904

View File

@@ -74,7 +74,7 @@ export default {
return { return {
search: { search: {
name: '', name: '',
departId: '', departmentId: '',
current: 1, current: 1,
size: 10, size: 10,
areaId: '', areaId: '',
@@ -118,7 +118,7 @@ export default {
{ prop: "registerCount", label: '登记数'}, { prop: "registerCount", label: '登记数'},
{ prop: "friendCount", label: '朋友数'}, { prop: "friendCount", label: '朋友数'},
{ prop: "confidantCount", label: '知己数'}, { prop: "confidantCount", label: '知己数'},
{ prop: "createTime", label: '创建时间'}, { prop: "createTime", label: '创建时间', width:220},
{ slot: "options" }, { slot: "options" },
] ]
}, },
@@ -213,7 +213,7 @@ export default {
gridChange(val) { gridChange(val) {
this.departIdList = val this.departIdList = val
this.search.departId = val?.[val.length - 1] this.search.departmentId = val?.[val.length - 1]
this.$refs.cascader1.dropDownVisible = false; this.$refs.cascader1.dropDownVisible = false;
this.getTableData() this.getTableData()
}, },