last commit bug fix
This commit is contained in:
parent
1565ce8aa2
commit
7051869819
File diff suppressed because one or more lines are too long
Binary file not shown.
|
@ -15,7 +15,7 @@ export default {
|
||||||
|
|
||||||
// initial state
|
// initial state
|
||||||
state: {
|
state: {
|
||||||
keys: '',
|
keys: [],
|
||||||
terms: [],
|
terms: [],
|
||||||
filters: [],
|
filters: [],
|
||||||
uuids: [],
|
uuids: [],
|
||||||
|
@ -65,7 +65,7 @@ export default {
|
||||||
state.keys = keys
|
state.keys = keys
|
||||||
},
|
},
|
||||||
reSetKeys (state) {
|
reSetKeys (state) {
|
||||||
state.keys = ''
|
state.keys = []
|
||||||
},
|
},
|
||||||
setTerms (state, terms) {
|
setTerms (state, terms) {
|
||||||
state.terms = terms
|
state.terms = terms
|
||||||
|
|
Loading…
Reference in New Issue