瀏覽代碼

分销订单信息传参处理

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