瀏覽代碼

静态页面

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

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

48
     params.map((item) => {
48
     params.map((item) => {
49
       payload[item.key] = item.result || item.resultId
49
       payload[item.key] = item.result || item.resultId
50
     })
50
     })
51
-    fetch({ url: API_HELP_FIND_HOUSE_SUBMIT, method: 'post', payload }).then((res) => {
51
+    fetch({ url: API_HELP_FIND_HOUSE_SUBMIT, method: 'post', payload: { ...payload, questionnaire: JSON.stringify(params) } }).then((res) => {
52
       setResultList(res.taBuildingList || [])
52
       setResultList(res.taBuildingList || [])
53
       setShowPopup(true)
53
       setShowPopup(true)
54
     })
54
     })