From 9efa58ad49c6088fcb64cab0cff8218d3e9afcf9 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 20 Apr 2022 17:47:59 +0800 Subject: [PATCH] BUG 29200 --- 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 36432800..b8f277bb 100644 --- a/project/sanjianxi/apps/AppHelpByNeighbours/hbnList.vue +++ b/project/sanjianxi/apps/AppHelpByNeighbours/hbnList.vue @@ -75,7 +75,7 @@ export default { }, data() { return { - search: {name: ""}, + search: {name: "", ids: ""}, page: {current: 1, size: 10, total: 0}, tableData: [], dialog: false,