feat(pwl):添加报告关联企业资料库,企业信息添加资料库库IDs字段
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user