Issues #182: done.
This commit is contained in:
@@ -7,7 +7,7 @@ export default defineStore('allMapDataStore', {
|
||||
state: () => ({
|
||||
baseLogId: null,
|
||||
logId: null,
|
||||
traceId: 1,
|
||||
traceId: null,
|
||||
baseTraceId: 1,
|
||||
tempFilterId: null,
|
||||
createFilterId: null,
|
||||
@@ -223,7 +223,7 @@ export default defineStore('allMapDataStore', {
|
||||
return this.allBaseCase;
|
||||
} catch(error) {
|
||||
if(error.response.status === 404) return this.infinite404 = 404;
|
||||
apiError(error, 'Failed to load the Trace Detail.');
|
||||
apiError(error, 'Failed to load the Base Trace Detail.');
|
||||
};
|
||||
},
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user