Discover: SidebarFilter Timeframes Apply and create Map done.
This commit is contained in:
@@ -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'});
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user