panhui 4 سال پیش
والد
کامیت
167d58f1e6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/comos/src/views/order/CouponList.vue

+ 1 - 1
src/main/comos/src/views/order/CouponList.vue

@@ -70,7 +70,7 @@ export default {
         },
         },
         beforeData() {
         beforeData() {
             return {
             return {
-                query: { userId: this.$store.state.userInfo.id, used: false }
+                query: { userId: this.$store.state.userInfo.id, used: false, projectId: this.$store.state.projectId }
             };
             };
         }
         }
     }
     }