|
|
@@ -1757,6 +1757,10 @@ public class WbsTreeContractController extends BladeController {
|
|
|
if (td1.attr("dqid").length() > 0) {
|
|
|
continue;
|
|
|
}
|
|
|
+ // 跳过包含hc-table-form-upload子元素的td
|
|
|
+ if (!td1.select("hc-table-form-upload").isEmpty()) {
|
|
|
+ continue;
|
|
|
+ }
|
|
|
Element td2 = tdElements2.get(j);
|
|
|
String keyName = getKeyNameFromChildElement(td1);
|
|
|
if (StringUtils.isNotEmpty(keyName)) {
|