feat: add auto fresh to widgets independent mode (#224)

This commit is contained in:
Fine0830
2023-02-07 16:14:38 +08:00
committed by GitHub
parent 1768a1641c
commit 4486684183
10 changed files with 73 additions and 28 deletions

View File

@@ -104,7 +104,6 @@ limitations under the License. -->
() => selectorStore.currentService,
() => {
searchTasks();
console.log("service");
},
);
watch(

View File

@@ -220,7 +220,6 @@ limitations under the License. -->
visGraph.value.on("select", (data: { items: number[] }) => {
const index = data.items[0];
currentEvent.value = events[index - 1 || 0] || {};
console.log(currentEvent.value);
if (data.items.length) {
showEventDetail.value = true;
return;