|
@@ -122,8 +122,8 @@ $(document).ready(function () {
|
|
|
}
|
|
|
});
|
|
|
// 删除审批人
|
|
|
- $('body').on('click', '#auditors li>a', function () {
|
|
|
- const li = $(this).parent();
|
|
|
+ $('body').on('click', '#auditors li a', function () {
|
|
|
+ const li = $(this).parents('li');
|
|
|
const data = {
|
|
|
auditorId: parseInt(li.attr('auditorId')),
|
|
|
};
|