Commit 0ce682b2 by gao_yingdong

区域线索分析

parent 4e495a67
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
</template> </template>
<script> <script>
import SearchGraph from "@c/searchRight.vue"; import SearchGraph from "@c/searchRight.vue";
import base from "@/api/base";
export default { export default {
components: { SearchGraph }, components: { SearchGraph },
data() { data() {
...@@ -43,6 +44,7 @@ export default { ...@@ -43,6 +44,7 @@ export default {
}; };
}, },
created() { created() {
this.$store.commit("user/SET_Menu", this.Menu); this.$store.commit("user/SET_Menu", this.Menu);
}, },
methods: { methods: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment