Browse Source

项目新增字段

autoSR1012
douzhuo 1 year ago
parent
commit
8a8b2e5267
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      pages/mine/reception/addreception.vue

+ 2
- 2
pages/mine/reception/addreception.vue View File

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


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


Loading…
Cancel
Save