From 5ddf904d5abbae9713c2e1e7b861aadc9b373aef Mon Sep 17 00:00:00 2001 From: hcong <1050828145@qq.com> Date: 星期五, 11 十月 2024 10:40:06 +0800 Subject: [PATCH] 复原多提交的api index文件 --- src/components/SearchBar.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/components/SearchBar.vue b/src/components/SearchBar.vue index 50fd81e..539278a 100644 --- a/src/components/SearchBar.vue +++ b/src/components/SearchBar.vue @@ -49,6 +49,7 @@ formSearch: { topTaskId: '', sceneTypeId: '', + obj: '', }, }; }, @@ -61,6 +62,7 @@ list.push({ value: r.tguid, label: r.name, + obj: r, towncode: r.towncode, districtCode: r.districtcode, month: r.starttime.slice(0, 7), @@ -68,6 +70,7 @@ }); this.topTasks = list; this.formSearch.topTaskId = list[0].value; + this.formSearch.obj = list[0].obj; this.$emit('onSubmit', this.formSearch); }); }, -- Gitblit v1.9.3