관리-도구
편집 파일: order.js
$(function () { var sel = $('.artist_select').val(); var sal = $('.artist_select option[value='+sel+']').attr('data-saloon-id'); if(sal){ $('.saloon_select').val(sal); } });