Issues #182: done.

This commit is contained in:
chiayin
2023-11-06 14:49:25 +08:00
parent 672d93b821
commit d21d4ed16b
5 changed files with 5 additions and 8 deletions

View File

@@ -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.');
};
},
/**