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

@@ -133,7 +133,10 @@
*/
enterDiscover(file){
let logId;
if(file.fileType === 'Log') logId = file.id;
if(file.fileType === 'Log'){
logId = file.id;
this.createFilterId = null;
}
else if(file.fileType === 'Filter') {
this.createFilterId = file.id;
logId = file.log.id;