mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 09:00:50 +00:00
update
This commit is contained in:
parent
edc61799af
commit
7f262ea32e
@ -70,6 +70,7 @@ const dateFormat = (date: number, pattern = "YYYY-MM-DD HH:mm:ss") =>
|
|||||||
function selectLog(label: string, value: string) {
|
function selectLog(label: string, value: string) {
|
||||||
if (label === "traceId") {
|
if (label === "traceId") {
|
||||||
if (!value) {
|
if (!value) {
|
||||||
|
emit("select", props.data);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
linkTrace(value);
|
linkTrace(value);
|
||||||
|
Loading…
Reference in New Issue
Block a user