@ -59,7 +59,6 @@ export default {
watch: {
selected() {
this.initSearchOptions()
this.updateSearchOptions({
isChecked: this.items[this.selected].param,
filterName: this.getFilterOption
@ -74,6 +73,10 @@ export default {
}
},
created() {
methods: {
...mapActions('documents', ['getDocumentList']),
...mapMutations('documents', ['setCurrent', 'updateSearchOptions', 'initSearchOptions'])