进度填报提交逻辑优化

This commit is contained in:
Teo
2025-06-04 19:33:17 +08:00
parent 80c9d517ab
commit f128217846
3 changed files with 90 additions and 35 deletions

View File

@ -30,6 +30,7 @@ export interface ProgressCategoryVO {
children: ProgressCategoryVO[];
threeChildren: any[];
hasChildren:any;
detailChildren:any;
}
export interface ProgressCategoryForm extends BaseEntity {