Commit ee815659 authored by 周远喜's avatar 周远喜

代码合并完成

parent b6d3f0bc
......@@ -24,9 +24,9 @@
<Select placeholder="请选择系统" v-model="systemId" :data="systemList">
<Option v-for="(li,i) in systemList" :value="li.id" :key="li.id">{{li.name}}</Option>
</Select>
<div class="h400">
<!-- <div class="h400">
<json-viewer :value="systemRouters" :expand-depth="5"></json-viewer>
</div>
</div> -->
</div>
</Modal>
</div>
......@@ -71,7 +71,7 @@ export default {
systemId: 0,
systemList: [],
list: [],
systemRouters: appRouter,
// systemRouters: appRouter,
curId: 0,
columns: [
{
......
This diff is collapsed.
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