Map Attributes: Apply, Clear done.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user