Merge branch 'master-mj-ztq' into 'master-mj'
Master mj ztq See merge request !1167
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -474,6 +474,7 @@ layui.define(['table', 'form', 'laydate', 'common', 'sessions', 'laydate', 'admi | @@ -474,6 +474,7 @@ layui.define(['table', 'form', 'laydate', 'common', 'sessions', 'laydate', 'admi | ||
474 | } | 474 | } |
475 | var $dom = $($("#resManageAddProtocol").html()); | 475 | var $dom = $($("#resManageAddProtocol").html()); |
476 | $dom.find(".protocol-title span").text(e.protocolCode); | 476 | $dom.find(".protocol-title span").text(e.protocolCode); |
477 | + $dom.find(".protocol-title a.protocol-pwd").attr('data-protocol',e.protocolCode); | ||
477 | showPwdBtn(e.protocolCode, $dom, e.protocolParamList); | 478 | showPwdBtn(e.protocolCode, $dom, e.protocolParamList); |
478 | $.each(e.protocolParamList, function (index, param) { | 479 | $.each(e.protocolParamList, function (index, param) { |
479 | 480 |
-
Please register or login to post a comment