Browse Source

fix: 企业地图调整

zhangying 8 months ago
parent
commit
8e6735566d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vue/src/views/dataMap/companyDataMap.vue

+ 1 - 1
vue/src/views/dataMap/companyDataMap.vue

@@ -365,7 +365,7 @@ const companySearchParam = reactive({
   createTimeBy: 'all',
   createTimeBy: 'all',
   longitude: 114.416110,
   longitude: 114.416110,
   latitude: 23.111582,
   latitude: 23.111582,
-  isPost: 1
+  isPost: null
 })
 })
 // 企业数据
 // 企业数据
 const companyList = ref<Array<any>>([])
 const companyList = ref<Array<any>>([])