|
@@ -413,7 +413,7 @@
|
|
|
optionHtml += `<option value="${g.id}" ${res.uncheckList.length > 0 && g.id === res.uncheckList[0].sp_group ? 'selected' : ''}>${g.name}</option>`;
|
|
|
}
|
|
|
showAuditSelectHtml += '<select class="form-control form-control-sm change-sp-group">' + optionHtml + '</select>';
|
|
|
- $('#synchronize_shenpi_btn').css('vertical-align', 'text-top');
|
|
|
+ $('#synchronize_shenpi_btn').css('margin-top', '5px');
|
|
|
} else {
|
|
|
accountList = res.accountList;
|
|
|
accountGroup = res.accountGroup;
|