dubbo文档优化
This commit is contained in:
@@ -4,13 +4,14 @@
|
||||
<el-tab-pane :label="pageTabNameMap[item.fullPath]||item.name" :name="item.fullPath" v-for="item in pageList"/>
|
||||
</el-tabs>
|
||||
<keep-alive>
|
||||
<router-view :key="$route.fullPath" @initLoadDataList="initLoadDataList" @loadDatasourceList="loadDatasourceList"/>
|
||||
<router-view :key="$route.fullPath" :dubboDocMap="dubboDocMap" :treePathDataMap="treePathDataMap"></router-view>
|
||||
</keep-alive>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
props: ["dubboDocMap", "treePathDataMap"],
|
||||
name: 'PageTableView',
|
||||
components: {},
|
||||
data() {
|
||||
@@ -44,12 +45,6 @@
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
initLoadDataList(param) {
|
||||
this.$emit('initLoadDataList', param);
|
||||
},
|
||||
loadDatasourceList() {
|
||||
this.$emit('loadDatasourceList');
|
||||
},
|
||||
changePage(key) {
|
||||
this.activePage = key.name;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user