Pārlūkot izejas kodu

分销订单信息传参处理

shipeng 6 dienas atpakaļ
vecāks
revīzija
5dee22f6b3

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