Explorar el Código

项目新增字段

autoSR1012
douzhuo hace 1 año
padre
commit
8a8b2e5267
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      pages/mine/reception/addreception.vue

+ 2
- 2
pages/mine/reception/addreception.vue Ver fichero

@@ -163,6 +163,7 @@
this.text = obj.name;
this.parames.agentId = customerId;
})
this.getMarketingBusiness();
},

onUnload() {
@@ -175,13 +176,12 @@
this.init()
this.getFreeList();
this.getFromSource();
this.getMarketingBusiness();
},
methods: {
// 获取销讲业务
getMarketingBusiness() {
this.$u.get('/customer/marketingBusiness', {
houseId: this.parames.projectId,
houseId: uni.getStorageSync('buildingID').id,
status: 0,
}).then(res => {
this.templateList = res


Cargando…
Cancelar
Guardar