Explorar o código

分销订单信息传参处理

shipeng hai 6 días
pai
achega
5dee22f6b3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/distribution/withdrawalApp/dialog/orderInfo.vue

+ 1 - 1
src/views/distribution/withdrawalApp/dialog/orderInfo.vue

@@ -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();
     },
     /** 获取子订单 */