|
@@ -96,7 +96,8 @@ |
|
|
const that = this; |
|
|
const that = this; |
|
|
this.$u.post("customer/daitiReception", { |
|
|
this.$u.post("customer/daitiReception", { |
|
|
agentId: that.chosedAgentId, |
|
|
agentId: that.chosedAgentId, |
|
|
id: that.customerId |
|
|
|
|
|
|
|
|
id: that.customerId, |
|
|
|
|
|
projectId:this.buildingID |
|
|
}).then(res => { |
|
|
}).then(res => { |
|
|
if(res.unchecked==0){ |
|
|
if(res.unchecked==0){ |
|
|
that.baochunfun() |
|
|
that.baochunfun() |
|
|