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: "请选择四邻信息"},