types: optimize data types (#254)

This commit is contained in:
Fine0830
2023-04-06 21:50:57 +08:00
committed by GitHub
parent 8bb45bb453
commit 49a5481fb0
50 changed files with 263 additions and 213 deletions

View File

@@ -121,7 +121,7 @@ limitations under the License. -->
copy(traceId.value || traceStore.currentTrace.traceIds[0].value);
}
async function changeTraceId(opt: Option[] | any) {
async function changeTraceId(opt: Option[]) {
traceId.value = opt[0].value;
loading.value = true;
const res = await traceStore.getTraceSpans({ traceId: opt[0].value });