mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-02 06:24:05 +00:00
fix: reset duration for query conditions after time range changes (#226)
This commit is contained in:
parent
c73322a504
commit
d93ed2c5d3
@ -343,6 +343,7 @@ limitations under the License. -->
|
||||
watch(
|
||||
() => appStore.durationTime,
|
||||
() => {
|
||||
duration.value = appStore.durationTime;
|
||||
if (dashboardStore.entity === EntityType[1].value) {
|
||||
init();
|
||||
}
|
||||
|
@ -270,6 +270,7 @@ limitations under the License. -->
|
||||
watch(
|
||||
() => appStore.durationTime,
|
||||
() => {
|
||||
duration.value = appStore.durationTime;
|
||||
if (dashboardStore.entity === EntityType[1].value) {
|
||||
init();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user