瀏覽代碼

style:筛选优化

zhangsiya 1 年之前
父節點
當前提交
8189f0ff4a
共有 1 個文件被更改,包括 14 次插入14 次删除
  1. 14 14
      apps/bigmember_pc/src/views/search/bidding/model/base.js

+ 14 - 14
apps/bigmember_pc/src/views/search/bidding/model/base.js

@@ -243,7 +243,8 @@ export default function () {
         showVip: isLogin.value && isInApp.value,
         infoType: infoTypeDataType.value,
         isBidField: isBidField,
-        inInjectBI: inInjectBI
+        inInjectBI: inInjectBI,
+        isVip: isVip.value
       }
     })
 
@@ -1216,7 +1217,7 @@ export default function () {
       doChangeTab({ key})
     } else if(subtype && subtype ==='采购意向' && inBIPropertyIframe) {
       // 物业专版,采购意向回显
-      filterState.value.subType = {采购意向: ['采购意向']}
+      filterState.value.subtype = {采购意向: ['采购意向']}
     }
   }
   /*******工作台跳转end***********/
@@ -1395,21 +1396,20 @@ export default function () {
     if(!searchGroup) {
       restoreListTabActive()
     }
-    // // 恢复上次筛选条件
-    onMounted(() => {
-      if(!inBIPropertyIframe) {
-        getLastFilter()
-      }
-
-      //  P271潜客圈进--客户引流请求
-      if(inputKeywordsState.value.input) {
-        getCustomReportData({ keywords: inputKeywordsState.value.input})
-      }
-    })
-
   }
   initPage()
 
+  // // 恢复上次筛选条件
+  onMounted(() => {
+    if(!inBIPropertyIframe) {
+      getLastFilter()
+    }
+    //  P271潜客圈进--客户引流请求
+    if(inputKeywordsState.value.input) {
+      getCustomReportData({ keywords: inputKeywordsState.value.input})
+    }
+  })
+
 
   return {
     isLogin,