法人
This commit is contained in:
@@ -238,20 +238,6 @@
|
||||
return ToolUtils.cleanText(valueCell.textContent);
|
||||
}
|
||||
}
|
||||
// const legalElements = Array.from(
|
||||
// this.table.querySelectorAll("td")
|
||||
// ).filter((td) => ToolUtils.cleanText(td.textContent) === "法定代表人");
|
||||
|
||||
// if (legalElements.length > 0) {
|
||||
// const valueCell = legalElements[0].nextElementSibling;
|
||||
// if (valueCell && valueCell.classList.contains("image-text-content")) {
|
||||
// const nameElement = valueCell.querySelector(".person-name-warp a");
|
||||
// if (nameElement) {
|
||||
// return ToolUtils.cleanText(nameElement.textContent);
|
||||
// }
|
||||
// return ToolUtils.cleanText(valueCell.textContent);
|
||||
// }
|
||||
// }
|
||||
|
||||
// 备用查找方式
|
||||
const titleElements = Array.from(
|
||||
|
||||
Reference in New Issue
Block a user