diff --git a/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue b/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue
index 309ebc4d..e8fafd0a 100644
--- a/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue
+++ b/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue
@@ -103,7 +103,7 @@
-
+
0){
+ param.typeIds = row.maTypeDetails.map(item=>{return item.modelId})
+ }
+ console.log(param)
revoke(param).then(response => {
if (response.code == 200) {
this.$modal.msgSuccess('操作成功')