|
@@ -133,7 +133,8 @@ |
|
|
const that = this; |
|
|
const that = this; |
|
|
this.$u.post("customer/assign", { |
|
|
this.$u.post("customer/assign", { |
|
|
agentId: that.chosedAgentId, |
|
|
agentId: that.chosedAgentId, |
|
|
id: that.customerId |
|
|
|
|
|
|
|
|
id: that.customerId, |
|
|
|
|
|
replaceReception:this.replaceReception |
|
|
}).then(res => { |
|
|
}).then(res => { |
|
|
uni.showToast({ |
|
|
uni.showToast({ |
|
|
icon: "none", |
|
|
icon: "none", |
|
|