|
@@ -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) => {
|