@@ -90,7 +90,7 @@ export default {
openDialog(title, obj) {
this.isShow = true;
this.subTitle = title;
- this.queryParams.withdrawIds = obj.id;
+ this.queryParams.withdrawIds = obj.withdrawIds;
this.getList();
},
/** 获取子订单 */