...
|
...
|
@@ -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) {
|
|
|
|
...
|
...
|
|