diff --git a/packages/meta/AppResident/residentList.vue b/packages/meta/AppResident/residentList.vue
index 864329bb..34fb4c03 100644
--- a/packages/meta/AppResident/residentList.vue
+++ b/packages/meta/AppResident/residentList.vue
@@ -19,68 +19,34 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
{
- if (res && res.code == 0) {
- this.$message.success(res.data);
- if (typeof this.search.birth == "string") {
- this.search.birth = this.search.birth.split(",");
- }
- }
- });
- } else {
- this.resident.instance.post(`/app/appresident/exportByIds`, {
- ids: this.deleteIds,
- areaId: this.user.info.areaId
- }).then(res => {
- if (res?.code == 0) {
- this.$message.success(res.data);
- }
- });
- }
- },
- handleSizeChange(val) {
- this.page.size = val;
- this.refreshTable()
- },
detailShow(row) {
this.$router.push({query: {type: this.active, id: row.id}})
},
@@ -349,5 +256,15 @@ export default {