|
@@ -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,
|