Compare commits

..

No commits in common. '05e96e97a9e6ecfb3c9b0c067b589879569e1f07' and 'b132f38199f2c50aa3e515d5bbe72aa7ab5eea9b' have entirely different histories.

@ -283,9 +283,7 @@ export default {
instanceId
},
res => {
let data = res.data.results || {};
data.params = data.params || [];
_this.welcome = data;
_this.welcome = res.data.results;
store.commit("SET_useData", {
...store.getters.useData,
...this.welcome

Loading…
Cancel
Save