diff --git a/src/components/DateCalendar.vue b/src/components/DateCalendar.vue index b5736399..0b6b105b 100755 --- a/src/components/DateCalendar.vue +++ b/src/components/DateCalendar.vue @@ -277,15 +277,9 @@ limitations under the License. --> diff --git a/src/store/modules/dashboard.ts b/src/store/modules/dashboard.ts index 90936f7d..750c4e71 100644 --- a/src/store/modules/dashboard.ts +++ b/src/store/modules/dashboard.ts @@ -172,11 +172,10 @@ export const dashboardStore = defineStore({ return res.data; }, - async fetchMetricValue(config: LayoutConfig) { + async fetchMetricValue() { // if (!config.metricTypes) { // return; // } - // config.metricTypes = "readMetricsValues"; const appStoreWithOut = useAppStoreWithOut(); const variable = { condition: { diff --git a/src/views/Log.vue b/src/views/Log.vue index 6e121b20..f70cb63a 100644 --- a/src/views/Log.vue +++ b/src/views/Log.vue @@ -16,7 +16,7 @@ limitations under the License. -->
{{ props.msg }}