From c29791c9041553005311503065f7625e1eff6cee Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 4 Jan 2023 09:07:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=85=E6=B0=91=E5=88=86=E7=B1=BB=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/qianxinan/AppResidentsType/AppResidentsType.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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() },