@@ -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 }
};
}