Discover: add Filter Funnel.

This commit is contained in:
chiayin
2023-04-28 19:57:26 +08:00
parent bf63d0aca4
commit 378d6ea550
6 changed files with 44 additions and 12 deletions

View File

@@ -40,6 +40,7 @@ import LoadingStore from '@/stores/loading.js';
import AllMapDataStore from '@/stores/allMapData.js';
export default {
props:['setRule'],
setup() {
const loadingStore = LoadingStore();
const allMapDataStore = AllMapDataStore();

View File

@@ -86,7 +86,7 @@
</div>
</div>
<!-- header: funnel -->
<Funnel v-if="tab === 'funnel'" @submit-all="sumbitAll"></Funnel>
<Funnel v-if="tab === 'funnel'" @submit-all="sumbitAll" :setRule="setRule"></Funnel>
</Sidebar>
</template>