Joe 3 năm trước cách đây
mục cha
commit
1f34703a12
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/views/order/Order_Oil.vue

+ 3 - 0
src/views/order/Order_Oil.vue

@@ -196,6 +196,7 @@ export default {
       open: false,
       // 查询参数
       queryParams: {
+        levelId:this.levelId,
         pageNum: 1,
         pageSize: 10,
         oilGun: null,
@@ -212,6 +213,7 @@ export default {
     };
   },
   created() {
+    console.log(this.levelId)
     this.getList();
     //字典
     this.getDicts("pay_type").then((response) => {
@@ -251,6 +253,7 @@ export default {
     },
     /** 查询订单支付列表 */
     getList() {
+      this.queryParams.levelId = this.levelId
       listOrder(
         this.addDateRange(this.queryParams, this.dateRangeCreatedDate)
       ).then((response) => {