panhui 4 lat temu
rodzic
commit
167d58f1e6
1 zmienionych plików z 1 dodań i 1 usunięć
  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() {
             return {
-                query: { userId: this.$store.state.userInfo.id, used: false }
+                query: { userId: this.$store.state.userInfo.id, used: false, projectId: this.$store.state.projectId }
             };
         }
     }