feat(pwl):添加报告关联企业资料库,企业信息添加资料库库IDs字段

This commit is contained in:
2025-10-09 11:01:00 +08:00
parent f74c5e8c71
commit 534d39febe
5 changed files with 172 additions and 7 deletions

View File

@@ -340,7 +340,7 @@ const openImport = () => {
/* 删除单个 */
const remove = (row: OaCompany) => {
const hide = message.loading('请求中..', 0);
removeOaCompany(row.oaCompanyId)
removeOaCompany(row.companyId)
.then((msg) => {
hide();
message.success(msg);