diff --git a/src/project/qianxinan/AppResidentsType/AppResidentsType.vue b/src/project/qianxinan/AppResidentsType/AppResidentsType.vue index 2a550883..1c6fc0eb 100644 --- a/src/project/qianxinan/AppResidentsType/AppResidentsType.vue +++ b/src/project/qianxinan/AppResidentsType/AppResidentsType.vue @@ -29,9 +29,14 @@
-
{{deptName || '部门'}}
+ + + {{deptList[0].name}} + 部门 + +
@@ -88,8 +93,7 @@ keyword: '', areaId: '', areaName: '', - deptId: '', - deptName: '' + deptList: [] } }, @@ -122,6 +126,10 @@ // }) // this.getTotal() }, + clearDept() { + this.deptList = [] + this.getListInit() + } }, }