Explorar el Código

bug

undefined
时佳豪 hace 3 años
padre
commit
a751eae09e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      pages/mine/reception/consultant.vue

+ 2
- 1
pages/mine/reception/consultant.vue Ver fichero

@@ -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()


Cargando…
Cancelar
Guardar