批量同步相对方

This commit is contained in:
2026-06-29 10:36:23 +08:00
parent cb9cab24b3
commit a097fd653d
3 changed files with 52 additions and 8 deletions
@@ -1743,13 +1743,6 @@ function resetCurrentState() {
syncUploadLists();
}
function showSearchTip(title) {
loadCounterpartyOptions();
message.info(
`${title}数据已刷新;我方主体来自组织树,相对方下拉仅展示已同步到法务的记录。`,
);
}
function filterPartnerOption(input, option) {
const keyword = String(input || "")
.trim()