居民分类信息
This commit is contained in:
@@ -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()
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user