Parcourir la source

项目新增字段

autoSR1012
douzhuo il y a 1 an
Parent
révision
8a8b2e5267
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      pages/mine/reception/addreception.vue

+ 2
- 2
pages/mine/reception/addreception.vue Voir le fichier

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


Chargement…
Annuler
Enregistrer