Browse Source

点击记录导出添加楼盘名称

liujq temp20230202 2 years ago
parent
commit
737c35200b

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-699c76ba.141be417.js


+ 1 - 1
src/views/room/components/searchForm/ClickRecord.vue

@@ -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)}&click_type=${newForm.click_type}&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)}&target_type=${newForm.target_type}&start_at=${newForm.start_at}&end_at=${newForm.end_at}&sale_id=${newForm.sale_id}`)
     },
     searchHandle() {
       const oldform = this.$refs.ruleForm.baseForm

Some files were not shown because too many files changed in this diff