add d3 data formatting & update map view with two links repr
This commit is contained in:
+1
-2
@@ -27,8 +27,7 @@ export default new Vuex.Store({
|
||||
|
||||
'GET_TREE' ({ dispatch }, id) {
|
||||
return api.post('', { query: print(TextdepartRecursive), variables: { id } }).then(({ data }) => {
|
||||
const text = data.data.textref
|
||||
return parse(text, text.id)
|
||||
return data.data.textref
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user