Authored by 王涛

Merge branch 'master-mj-ztq' into 'master-mj'

Master mj ztq



See merge request !1167
... ... @@ -474,6 +474,7 @@ layui.define(['table', 'form', 'laydate', 'common', 'sessions', 'laydate', 'admi
}
var $dom = $($("#resManageAddProtocol").html());
$dom.find(".protocol-title span").text(e.protocolCode);
$dom.find(".protocol-title a.protocol-pwd").attr('data-protocol',e.protocolCode);
showPwdBtn(e.protocolCode, $dom, e.protocolParamList);
$.each(e.protocolParamList, function (index, param) {
... ...