This commit is contained in:
Qiuxia Fan 2022-04-24 13:03:12 +08:00
parent 1f173b5c62
commit 2727474275

View File

@ -109,6 +109,7 @@ export const ebpfStore = defineStore({
this.eBPFSchedules = []; this.eBPFSchedules = [];
return res.data; return res.data;
} }
this.tip = "";
const { eBPFSchedules } = res.data.data; const { eBPFSchedules } = res.data.data;
this.eBPFSchedules = eBPFSchedules; this.eBPFSchedules = eBPFSchedules;