|
@@ -4188,8 +4188,8 @@ $(document).ready(function() {
|
|
|
});
|
|
|
}
|
|
|
});
|
|
|
- $('body').on('click', '#auditors li>a', function () {
|
|
|
- const li = $(this).parent();
|
|
|
+ $('body').on('click', '#auditors li>div>a', function () {
|
|
|
+ const li = $(this).parent().parent();
|
|
|
const data = {
|
|
|
auditorId: parseInt(li.attr('auditorId')),
|
|
|
};
|