|
@@ -1198,7 +1198,7 @@ $(document).ready(() => {
|
|
|
$('#code-list').html('');
|
|
|
$('#code-select-all').prop('checked', false);
|
|
|
});
|
|
|
- $("#addlist").draggable();
|
|
|
+ $("#addlist").draggable({ handle: '.modal-header, .modal-footer'});
|
|
|
// 检索关键字切换
|
|
|
$('body').on('click', '#list-search-keyword tr', function () {
|
|
|
if (!$(this).hasClass('bg-primary')) {
|