소스 검색

分销订单信息传参处理

shipeng 6 일 전
부모
커밋
5dee22f6b3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();
     },
     /** 获取子订单 */