fix: query logs

This commit is contained in:
Fine 2023-02-08 11:33:58 +08:00
parent c73322a504
commit 3141fe9320

View File

@ -343,6 +343,7 @@ limitations under the License. -->
watch(
() => appStore.durationTime,
() => {
duration.value = appStore.durationTime;
if (dashboardStore.entity === EntityType[1].value) {
init();
}