Browse Source

bug

undefined
时佳豪 3 years ago
parent
commit
a751eae09e
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      pages/mine/reception/consultant.vue

+ 2
- 1
pages/mine/reception/consultant.vue View File

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


Loading…
Cancel
Save