fix
This commit is contained in:
parent
b8575cd3a0
commit
57240eded1
2 changed files with 3 additions and 1 deletions
|
|
@ -2214,7 +2214,9 @@ export class DevelopmentController extends Controller {
|
||||||
),
|
),
|
||||||
obstacle: getDevelopment.obstacle,
|
obstacle: getDevelopment.obstacle,
|
||||||
suggestion: getDevelopment.suggestion,
|
suggestion: getDevelopment.suggestion,
|
||||||
|
project: getDevelopment.project,
|
||||||
isPassAllocate: getDevelopment.isPassAllocate,
|
isPassAllocate: getDevelopment.isPassAllocate,
|
||||||
|
isPassNoAllocate: getDevelopment.isPassNoAllocate,
|
||||||
isNoPass: getDevelopment.isNoPass,
|
isNoPass: getDevelopment.isNoPass,
|
||||||
isBudget: getDevelopment.isBudget,
|
isBudget: getDevelopment.isBudget,
|
||||||
isOutBudget: getDevelopment.isOutBudget,
|
isOutBudget: getDevelopment.isOutBudget,
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ export class UpdateDevelopmentOther {
|
||||||
@Column()
|
@Column()
|
||||||
topicAcademic: string | null;
|
topicAcademic: string | null;
|
||||||
@Column()
|
@Column()
|
||||||
addressAcademic: number | null;
|
addressAcademic: string | null;
|
||||||
@Column()
|
@Column()
|
||||||
provinceActualId: string | null;
|
provinceActualId: string | null;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue