diff --git a/src/views/tc/eventAnalysisReport/components/basketball.vue b/src/views/tc/eventAnalysisReport/components/basketball.vue index c59adf7..18a1fbd 100644 --- a/src/views/tc/eventAnalysisReport/components/basketball.vue +++ b/src/views/tc/eventAnalysisReport/components/basketball.vue @@ -6,11 +6,15 @@ - + - + @@ -67,15 +71,10 @@ const loading = ref(true) const showSearch = ref(true) const total = ref(0) const dateRange = ref([]) +const queryRef = ref(null) /** 数据范围选项*/ -const dataScopeOptions = ref([ - { value: "1", label: "全部数据权限" }, - { value: "2", label: "自定数据权限" }, - { value: "3", label: "本部门数据权限" }, - { value: "4", label: "本部门及以下数据权限" }, - { value: "5", label: "仅本人数据权限" } -]) +const dataScopeOptions = ref([]) const data = reactive({ form: {},