傅行帆 5 年 前
コミット
f2e0c82dde
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/pages/house/raise/edit/components/IdentifyingChips.jsx

+ 1
- 1
src/pages/house/raise/edit/components/IdentifyingChips.jsx ファイルの表示

@@ -116,7 +116,7 @@ function PreselectionRecord(props) {
116 116
       okText: '确定',
117 117
       cancelText: '取消',
118 118
       onOk () {
119
-        request({ ...apis.house.refund, data: {targetId:rowData.raiseId, targetType:"house"}, }).then((data) => {
119
+        request({ ...apis.house.refund, data: {targetId:rowData.raiseRecordId, targetType:"house"}, }).then((data) => {
120 120
           message.info("操作成功")
121 121
           getList({ pageNum: 1, pageSize: 10 });
122 122
         }).catch((err) => {