@ -26,7 +26,9 @@ export default {
created() {
this.getLabelList()
this.getDocumentList()
this.getDocumentList({
projectId: this.$route.params.id
})
},
methods: {
@ -33,7 +33,9 @@ export default {
@ -35,7 +35,9 @@ export default {