Commit 7f3ef3f0 authored by Smile's avatar Smile

需求134后台-集运-包裹列表-转运 客户联系人请求当是筛选时返回开通集运服务客户

parent 63bc66f0
...@@ -82,6 +82,10 @@ export default { ...@@ -82,6 +82,10 @@ export default {
components: {UserSelector}, components: {UserSelector},
props: { props: {
type: Number, type: Number,
isConsTransform: {
type: Boolean,
default: false,
},
}, },
data() { data() {
return { return {
...@@ -113,6 +117,9 @@ export default { ...@@ -113,6 +117,9 @@ export default {
this.total = res.data.total; this.total = res.data.total;
}); });
} else { } else {
if (this.isConsTransform){
this.form.isConsTransform = this.isConsTransform;
}
getCustomerContactsSelect(this.form).then((res) => { getCustomerContactsSelect(this.form).then((res) => {
this.list = res.data.list; this.list = res.data.list;
this.total = res.data.total; this.total = res.data.total;
......
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