...
|
...
|
@@ -133,23 +133,23 @@ |
|
|
</li>-->
|
|
|
|
|
|
<li class="layui-nav-item" id="systems-select" lay-unselect>
|
|
|
<script lay-done="layui.element.render('nav', 'layadmin-systems');" lay-url="{{sessionStorage.getItem('domainName')}}/api-web/manage/ddic/list?ddicCategory=systems"
|
|
|
<script lay-done="layui.element.render('nav', 'layadmin-systems');"
|
|
|
lay-url="{{sessionStorage.getItem('domainName')}}/api-web/thirdParty/getList"
|
|
|
template
|
|
|
type="text/html">
|
|
|
<a href="javascript:;" title="第三方系统">
|
|
|
<span class="layui-icon layui-icon-slider"></span>
|
|
|
</a>
|
|
|
<dl class="layui-nav-child">
|
|
|
{{# d.data.sort(function (a, b) { return a.ddicSort > b.ddicSort ? 1 : -1; })}}
|
|
|
{{# if(d.data && d.data.length == 0){ }}
|
|
|
{{# var sysObj = document.querySelector('#systems-select'); }}
|
|
|
{{# sysObj != null ? sysObj.remove() :''; }}
|
|
|
{{# } }}
|
|
|
{{# layui.each(d.data, function(index, item){ }}
|
|
|
<dd style="text-align: left;" lay-filter="layadmin-systems">
|
|
|
<a href="javascript:;" layadmin-event="openOtherSystem" data-code="{{item.ddicCode}}"
|
|
|
title="{{item.ddicName}}">
|
|
|
<i class="iconfont icon-tree {{ item.ddicDesc }}"/> {{ item.ddicName }}
|
|
|
<a href="javascript:;" layadmin-event="openOtherSystem" data-code="{{item.detail}}"
|
|
|
title="{{item.name}}">
|
|
|
<i class="iconfont icon-tree {{ item.name }}"/> {{ item.name }}
|
|
|
</a>
|
|
|
</dd>
|
|
|
{{# }); }}
|
...
|
...
|
|