zlisen 3 年之前
父節點
當前提交
eaa03099b6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/pages/mine/addCustomer/index.jsx

+ 1
- 1
src/pages/mine/addCustomer/index.jsx 查看文件

@@ -59,7 +59,7 @@ export default withLayout((props) => {
59 59
       if (type === 'consultant') {
60 60
         params = { name: FormData.name, phone: FormData.phone, sex: SexId }
61 61
       } else {
62
-        params = { ...FormData, sex: SexId, intention: BuildingId, realtyConsultant: CardId }
62
+        params = { ...FormData, sex: SexId, buildingId: BuildingId, realtyConsultant: CardId }
63 63
       }
64 64
       if (type === 'estateAgent') {
65 65
         params.channelCustomerId = PersonId