...
|
...
|
@@ -449,6 +449,12 @@ layui.define(['table', 'form', 'admin', 'layer', 'common', 'sessions', 'treeTabl |
|
|
$('#details_tags').append(details_tags);
|
|
|
$('#details_tags span').on('click',function (){
|
|
|
$('[name="templates"]').val($('[name="templates"]').val() + '#{'+$(this).text() + '}');
|
|
|
if (noticeTimely.templates){
|
|
|
noticeTimely.templates += '#{'+$(this).text() + '}';
|
|
|
}else {
|
|
|
noticeTimely.templates = '#{'+$(this).text() + '}';
|
|
|
}
|
|
|
|
|
|
});
|
|
|
}
|
|
|
|
...
|
...
|
|