fix duration

This commit is contained in:
Fine 2022-10-31 10:53:37 +08:00
parent 09051e916b
commit 68c27f49d8

View File

@ -141,6 +141,7 @@ if (props.needQuery) {
} }
async function init() { async function init() {
duration.value = filters.duration || appStore.durationTime;
if (dashboardStore.entity === EntityType[1].value) { if (dashboardStore.entity === EntityType[1].value) {
await getServices(); await getServices();
} }