This commit is contained in:
Fine 2024-12-03 10:49:24 +08:00
parent 78a0834fb2
commit ca5d7e8ebe

View File

@ -109,7 +109,7 @@ limitations under the License. -->
const selectorStore = useSelectorStore();
const { t } = useI18n();
const serviceInstanceIds = ref<string[]>([]);
const asyncEvents = ref<string[]>([ProfilingEvents[0]]);
const asyncEvents = ref<string[]>([]);
const duration = ref<string>(DurationOptions[0].value);
const execArgs = ref<string>("");
const loading = ref<boolean>(false);