remove unuse codes

This commit is contained in:
Qiuxia Fan 2022-04-02 11:21:36 +08:00
parent f6642c0dda
commit 5fadcaa210

View File

@ -114,7 +114,7 @@ const props = defineProps({
needQuery: { type: Boolean, default: false },
intervalTime: { type: Array as PropType<string[]>, default: () => [] },
});
// const emit = defineEmits(["changeOpt"]);
const selectorStore = useSelectorStore();
const dashboardStore = useDashboardStore();
const chartLoading = ref<boolean>(false);