Commit 37145d50 authored by honghy's avatar honghy Committed by wux

bug177 优惠活动查看客户信息不全

parent c10e759c
...@@ -85,7 +85,7 @@ export default { ...@@ -85,7 +85,7 @@ export default {
if(!this.value || !this.value.length){ if(!this.value || !this.value.length){
return return
} }
getCustomerContactsSelect({ids: this.value.join(',')}) getCustomerContactsSelect({ids: this.value.join(','),...this.queryParams})
.then(res => { .then(res => {
this.$set(this, 'choosedList', res.data.list) this.$set(this, 'choosedList', res.data.list)
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment