Discover: Fix SidebarFilter Funnel.

This commit is contained in:
chiayin
2023-04-24 17:48:29 +08:00
parent 0cff786e9a
commit 280da0731d
10 changed files with 159 additions and 162 deletions

View File

@@ -31,6 +31,8 @@ export default defineStore('allMapDataStore', {
hasResultRule: null, // click Apply 後檢查是否有 Data
temporaryData: [], // 沒被 apply 的 Data
postRuleData: [], // has-result API & temp-filters API 的 Data
ruleData: [], // Funnle view's data
isRuleData: [], // toggle button data
}),
getters: {
processMap: state => {