fix: query params

This commit is contained in:
Fine 2023-02-08 11:36:39 +08:00
parent 3141fe9320
commit 459f4005d7

View File

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