瀏覽代碼

项目新增字段

autoSR1012
douzhuo 1 年之前
父節點
當前提交
8a8b2e5267
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      pages/mine/reception/addreception.vue

+ 2
- 2
pages/mine/reception/addreception.vue 查看文件

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


Loading…
取消
儲存