mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-13 00:08:56 +00:00
fix: data
This commit is contained in:
parent
f28998f947
commit
5e2b0a6fea
@ -107,6 +107,9 @@ export const continousProfilingStore = defineStore({
|
||||
};
|
||||
});
|
||||
this.setSelectedStrategy(this.strategyList[0] || {});
|
||||
if (!this.selectedStrategy.type) {
|
||||
return res.data;
|
||||
}
|
||||
this.getContinousTaskList({
|
||||
serviceId: params.serviceId,
|
||||
targets: [this.selectedStrategy.type],
|
||||
|
@ -70,7 +70,7 @@ limitations under the License. -->
|
||||
// const viewDetail = ref<boolean>(false);
|
||||
|
||||
async function changeTask(item: EBPFTaskList) {
|
||||
continousProfilingStore.setSelectedContinousTask(item);
|
||||
continousProfilingStore.setselectedTask(item);
|
||||
}
|
||||
|
||||
function getURI(uri: { uriRegex: string; uriPath: string }) {
|
||||
|
Loading…
Reference in New Issue
Block a user