diff --git a/project/qianxinan/AppResidentsType/AppResidentsType.vue b/project/qianxinan/AppResidentsType/AppResidentsType.vue index aa853aa1..006b56e2 100644 --- a/project/qianxinan/AppResidentsType/AppResidentsType.vue +++ b/project/qianxinan/AppResidentsType/AppResidentsType.vue @@ -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() },