Discover: SidebarFilter Timeframes Apply and create Map done.

This commit is contained in:
chiayin
2023-06-06 14:39:25 +08:00
parent 90a5b7532a
commit 9a403cce71
5 changed files with 147 additions and 47 deletions

View File

@@ -37,6 +37,7 @@ export default defineStore('allMapDataStore', {
isRuleData: [], // toggle button data
allFunnelData: [],
isUpdataFilter: false, // 是否成功儲存 Filter 檔
selectTimeFrame: [], // user select time start and end
}),
getters: {
processMap: state => {
@@ -304,6 +305,6 @@ export default defineStore('allMapDataStore', {
await delay(500);
$toast.default('Failed to updata an Existing Filter.',{position: 'bottom'});
}
}
},
},
})