Map Attributes: Apply, Clear done.

This commit is contained in:
chiayin
2023-10-31 15:29:18 +08:00
parent fdba0abc37
commit 2ac112dbbd
4 changed files with 215 additions and 54 deletions

View File

@@ -143,7 +143,8 @@
fileId = file.id;
type = 'log';
params = { type: type, fileId: fileId };
this.$router.push({name: 'Map', params: params, query: params});
this.$router.push({name: 'Map', params: params});
// this.$router.push({name: 'Map', params: params, query: params});
break;
case 'Filter':
this.createFilterId = file.id;
@@ -151,7 +152,8 @@
fileId = file.id;
type = 'filter';
params = { type: type, fileId: fileId };
this.$router.push({name: 'Map', params: params, query: params});
this.$router.push({name: 'Map', params: params});
// this.$router.push({name: 'Map', params: params, query: params});
break;
default:
break;