Issues #179: done.
This commit is contained in:
@@ -54,10 +54,10 @@ export default defineStore('allMapDataStore', {
|
||||
return state.allInsights;
|
||||
},
|
||||
traces: state => {
|
||||
return state.allTrace;
|
||||
return state.allTrace.sort((x, y) => x.id - y.id);
|
||||
},
|
||||
baseTraces: state => {
|
||||
return state.allBaseTrace;
|
||||
return state.allBaseTrace.sort((x, y) => x.id - y.id);
|
||||
},
|
||||
cases: state => {
|
||||
return state.allCase;
|
||||
|
||||
Reference in New Issue
Block a user