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