|
@@ -637,7 +637,6 @@ export default {
|
|
...data
|
|
...data
|
|
}
|
|
}
|
|
const { keyWords } = data
|
|
const { keyWords } = data
|
|
- console.log(keyWords, 'filters555555');
|
|
|
|
if (typeof keyWords === 'object') {
|
|
if (typeof keyWords === 'object') {
|
|
const { oneAndtwo, two_noall, one_noall } = keyWords
|
|
const { oneAndtwo, two_noall, one_noall } = keyWords
|
|
if(oneAndtwo.length) {
|
|
if(oneAndtwo.length) {
|
|
@@ -807,7 +806,6 @@ export default {
|
|
},
|
|
},
|
|
// 点击感兴趣
|
|
// 点击感兴趣
|
|
onClickInterested(type) {
|
|
onClickInterested(type) {
|
|
- console.log(this.nowModuleName)
|
|
|
|
const title =
|
|
const title =
|
|
type === 'A' ? '体验超前项目推荐服务!' : '为您量身定制个性化报告!'
|
|
type === 'A' ? '体验超前项目推荐服务!' : '为您量身定制个性化报告!'
|
|
this.showAdvancedDialog(title)
|
|
this.showAdvancedDialog(title)
|
|
@@ -819,7 +817,6 @@ export default {
|
|
},
|
|
},
|
|
// 查看完整报告
|
|
// 查看完整报告
|
|
async goToReport() {
|
|
async goToReport() {
|
|
- console.log(this.nowModuleName)
|
|
|
|
try {
|
|
try {
|
|
await ajaxSetLeadGetDateRecord({ type: 'B' })
|
|
await ajaxSetLeadGetDateRecord({ type: 'B' })
|
|
} catch (e) {
|
|
} catch (e) {
|
|
@@ -894,7 +891,6 @@ export default {
|
|
},
|
|
},
|
|
// 筛选条件:选择接收人员
|
|
// 筛选条件:选择接收人员
|
|
addUserPerson() {
|
|
addUserPerson() {
|
|
- console.log('addUserPerson')
|
|
|
|
this.$refs.pushList.$refs.powerNode.centerDialogVisible = true
|
|
this.$refs.pushList.$refs.powerNode.centerDialogVisible = true
|
|
this.$refs.pushList.$refs.powerNode.titleMsg = '选择接收人员'
|
|
this.$refs.pushList.$refs.powerNode.titleMsg = '选择接收人员'
|
|
this.$refs.pushList.$refs.powerNode.getData('yes', '1')
|
|
this.$refs.pushList.$refs.powerNode.getData('yes', '1')
|
|
@@ -1001,7 +997,6 @@ export default {
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
// eslint-disable-next-line no-unused-expressions
|
|
// eslint-disable-next-line no-unused-expressions
|
|
- console.log(this.subscribeKeyList)
|
|
|
|
if (this.subscribeKeyList && this.subscribeKeyList.length > 0) {
|
|
if (this.subscribeKeyList && this.subscribeKeyList.length > 0) {
|
|
this.subscribeKeyList.forEach((v) => {
|
|
this.subscribeKeyList.forEach((v) => {
|
|
if (v.s_item) {
|
|
if (v.s_item) {
|
|
@@ -1169,7 +1164,6 @@ export default {
|
|
} else {
|
|
} else {
|
|
this.filters.selectTime = time
|
|
this.filters.selectTime = time
|
|
}
|
|
}
|
|
- console.log(`${dateFormatter(item.start)} - ${dateFormatter(item.end)}`)
|
|
|
|
this.doQuery()
|
|
this.doQuery()
|
|
},
|
|
},
|
|
changeKeys(item) {
|
|
changeKeys(item) {
|
|
@@ -1209,7 +1203,6 @@ export default {
|
|
citys.push(...item[key])
|
|
citys.push(...item[key])
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- console.log(item)
|
|
|
|
this.filters.area = area.join(',')
|
|
this.filters.area = area.join(',')
|
|
this.filters.city = citys.join(',')
|
|
this.filters.city = citys.join(',')
|
|
this.doQuery()
|
|
this.doQuery()
|
|
@@ -1414,7 +1407,7 @@ export default {
|
|
background: #fff;
|
|
background: #fff;
|
|
|
|
|
|
.free-vip{
|
|
.free-vip{
|
|
- margin-left: -24px;
|
|
|
|
|
|
+ margin-left: 24px;
|
|
img{
|
|
img{
|
|
width: 32px;
|
|
width: 32px;
|
|
height: 14px;
|
|
height: 14px;
|