From 9baf96b0c2639e92290a97a317bb495652aec625 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 20 Apr 2022 17:51:47 +0800 Subject: [PATCH] BUG 29194 --- project/sanjianxi/apps/AppHelpByNeighbours/hbnList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/sanjianxi/apps/AppHelpByNeighbours/hbnList.vue b/project/sanjianxi/apps/AppHelpByNeighbours/hbnList.vue index b8f277bb..b5d3b44c 100644 --- a/project/sanjianxi/apps/AppHelpByNeighbours/hbnList.vue +++ b/project/sanjianxi/apps/AppHelpByNeighbours/hbnList.vue @@ -79,7 +79,7 @@ export default { page: {current: 1, size: 10, total: 0}, tableData: [], dialog: false, - form: {residentId: ""}, + form: {residentId: "",linksageDate:""}, rules: { partyId: {required: true, message: "请选择党员"}, residentId: {required: true, message: "请选择四邻信息"},