This commit is contained in:
Qiuxia Fan 2022-07-27 19:17:54 +08:00
parent edc61799af
commit 7f262ea32e

View File

@ -70,6 +70,7 @@ const dateFormat = (date: number, pattern = "YYYY-MM-DD HH:mm:ss") =>
function selectLog(label: string, value: string) {
if (label === "traceId") {
if (!value) {
emit("select", props.data);
return;
}
linkTrace(value);