zs 9 月之前
父節點
當前提交
cde60b4935
共有 1 個文件被更改,包括 2 次插入2 次删除
  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 () => {
   if (industry.value && industry.value.length > 0) {
-    searchForm.value.industryList = industry.value.map((i) => {
+    searchForm.value.industry = industry.value.map((i) => {
       return i.title
     })
   } 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
     })
   } else searchForm.value = {}