zs 9 hónapja
szülő
commit
cde60b4935
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      src/views/six/index.vue

+ 2 - 2
src/views/six/index.vue

@@ -189,11 +189,11 @@ const getUrl = (item) => {
 // 筛选条件
 // 筛选条件
 const toSearchFind = async () => {
 const toSearchFind = async () => {
   if (industry.value && industry.value.length > 0) {
   if (industry.value && industry.value.length > 0) {
-    searchForm.value.industryList = industry.value.map((i) => {
+    searchForm.value.industry = industry.value.map((i) => {
       return i.title
       return i.title
     })
     })
   } else if (city.value && city.value.length > 0) {
   } else if (city.value && city.value.length > 0) {
-    searchForm.value.cityList = city.value.map((i) => {
+    searchForm.value.area = city.value.map((i) => {
       return i.name
       return i.name
     })
     })
   } else searchForm.value = {}
   } else searchForm.value = {}