|
@@ -33,7 +33,7 @@ export default {
|
|
|
remoteParams: { skey: 'sale_name', api: `user.admsaleuserlist?page_size=999`, opKey: 'sale_name', opVal: 'id' }
|
|
|
},
|
|
|
{ label: '点击类型', key: 'click_type', type: 'select', options: this.$dictData.contact_click_type},
|
|
|
- // { label: '目标类型', key: 'target_type', type: 'select', options: this.$dictData.contact_target_type},
|
|
|
+ { label: '目标类型', key: 'target_type', type: 'select', options: this.$dictData.contact_target_type},
|
|
|
{ label: '点击时间', label2: '开始时间', label3: '结束时间', key: 'startEndTime', type: 'datePicker', rules: 1},
|
|
|
]
|
|
|
this.setDefaultValue(params, 'searchData')
|
|
@@ -50,7 +50,7 @@ export default {
|
|
|
return
|
|
|
}
|
|
|
const token = window.sessionStorage.getItem('fp_token')
|
|
|
- window.open(`https://api.honglouplus.com/adm/contact/click/export?token=${encodeURIComponent(token)}&start_at=${newForm.start_at}&end_at=${newForm.end_at}&sale_id=${newForm.sale_id}`)
|
|
|
+ window.open(`https://api.honglouplus.com/adm/contact/click/export?token=${encodeURIComponent(token)}&click_type=${newForm.click_type}&start_at=${newForm.start_at}&end_at=${newForm.end_at}&sale_id=${newForm.sale_id}`)
|
|
|
},
|
|
|
searchHandle() {
|
|
|
const oldform = this.$refs.ruleForm.baseForm
|