Commit a030d1cf authored by limingzhe's avatar limingzhe

fix: debug

parent 249b2ef6
...@@ -329,6 +329,9 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy, AfterViewIni ...@@ -329,6 +329,9 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy, AfterViewIni
checkHasCombineGroup() { checkHasCombineGroup() {
let count = 0; let count = 0;
if (!this.item?.hotZoneItemArr2) {
return false;
}
this.item.hotZoneItemArr2.forEach(item => { this.item.hotZoneItemArr2.forEach(item => {
item.gIdx == '4'; item.gIdx == '4';
count++; count++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment