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

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

parent c10e759c
......@@ -85,7 +85,7 @@ export default {
if(!this.value || !this.value.length){
return
}
getCustomerContactsSelect({ids: this.value.join(',')})
getCustomerContactsSelect({ids: this.value.join(','),...this.queryParams})
.then(res => {
this.$set(this, 'choosedList', res.data.list)
})
......@@ -124,4 +124,4 @@ export default {
overflow-x: hidden;
padding: 0 10px;
}
</style>
\ No newline at end of file
</style>
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