Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 353beffd authored by TADJO TAKIANPI Yves Constantin's avatar TADJO TAKIANPI Yves Constantin
Browse files

Update ModalAddTags.vue

parent 69bf5ccb
No related branches found
No related tags found
1 merge request!68Ag grid
...@@ -67,15 +67,6 @@ export default { ...@@ -67,15 +67,6 @@ export default {
return this.$store.state.documentslist.form_field_errors; return this.$store.state.documentslist.form_field_errors;
} }
}, },
/*
watch: {
"$store.state.documentslist.customstags": {
handler: function(nv) {
this.docustomstagscid = this.$store.state.documentslist.maptags
},
immediate: true
}
},*/
methods: { methods: {
async assigntag(){ async assigntag(){
await this.$store.dispatch('documentslist/assigntags', this.buildjsondata()); await this.$store.dispatch('documentslist/assigntags', this.buildjsondata());
...@@ -107,4 +98,4 @@ export default { ...@@ -107,4 +98,4 @@ export default {
</script> </script>
<style scoped> <style scoped>
</style> </style>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment