居民分类信息
This commit is contained in:
@@ -74,7 +74,7 @@ export default {
|
||||
return {
|
||||
search: {
|
||||
name: '',
|
||||
departId: '',
|
||||
departmentId: '',
|
||||
current: 1,
|
||||
size: 10,
|
||||
areaId: '',
|
||||
@@ -118,7 +118,7 @@ export default {
|
||||
{ prop: "registerCount", label: '登记数'},
|
||||
{ prop: "friendCount", label: '朋友数'},
|
||||
{ prop: "confidantCount", label: '知己数'},
|
||||
{ prop: "createTime", label: '创建时间'},
|
||||
{ prop: "createTime", label: '创建时间', width:220},
|
||||
{ slot: "options" },
|
||||
]
|
||||
},
|
||||
@@ -213,7 +213,7 @@ export default {
|
||||
|
||||
gridChange(val) {
|
||||
this.departIdList = val
|
||||
this.search.departId = val?.[val.length - 1]
|
||||
this.search.departmentId = val?.[val.length - 1]
|
||||
this.$refs.cascader1.dropDownVisible = false;
|
||||
this.getTableData()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user