Commit e84e4510 authored by 康振飞's avatar 康振飞

左侧树添加

parent bfa84478
......@@ -11,7 +11,8 @@
<Icon type="ios-arrow-back" size="24" />
</a>
</h4>
<StoreHouseLeft @storeIds="storeIds" :type="4"></StoreHouseLeft>
<StoreHouseLeft @storeIds="storeIds" ></StoreHouseLeft>
<!-- :type="4" -->
</div>
</Sider>
<div v-if="!showMenu" class="show_menu">
......@@ -28,7 +29,7 @@
</template>
<script>
import StoreHouseLeft from "@/components/modalTree/storeHouseLeft.vue";
import StoreHouseLeft from "@/components/modalTree/technologyTree.vue";
export default {
components: {StoreHouseLeft},
data() {
......
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