liyongli 2 years ago
parent
commit
a824d29533
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/view/allMedia/components/analysis_hot_list.vue

+ 1 - 1
src/view/allMedia/components/analysis_hot_list.vue

@@ -33,7 +33,7 @@ const props = defineProps({
 const hot = () => {
   hotRank({
     data: {
-      province: props.province || undefined,
+      province: props.province || '',
     },
   }).then(res => {
     listHot.value = res || [];