Former-commit-id: 24862dc35cf371691f409f72a3ba623cb65c2e1e
TangShanKaiPing
wanggang 6 years ago
parent adca295259
commit dcbeb71a26

@ -20,6 +20,9 @@
}); });
}, },
destroyed: function () {
store.commit('setNodes', []);
},
methods: { methods: {
}, },
computed: { computed: {

@ -20,6 +20,9 @@
}); });
}, },
destroyed: function () {
store.commit('setProducts', []);
},
methods: { methods: {
}, },
computed: { computed: {

Loading…
Cancel
Save