Parcourir la source

分销订单信息传参处理

shipeng il y a 6 jours
Parent
commit
5dee22f6b3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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();
     },
     /** 获取子订单 */