เป้าหมาย แก้ไขบัค
This commit is contained in:
parent
d35ab5c48b
commit
3a974e84cb
4 changed files with 41 additions and 12 deletions
|
|
@ -32,6 +32,14 @@ interface FormGroupTargetPlannedGoal {
|
|||
posLevelPlannedId: string;
|
||||
}
|
||||
];
|
||||
plannedGoalPositions?: [
|
||||
{
|
||||
position: string;
|
||||
posTypePlannedId: string;
|
||||
posLevelPlannedId: string;
|
||||
}
|
||||
];
|
||||
|
||||
groupTarget: string;
|
||||
groupTargetSub: string;
|
||||
position: string;
|
||||
|
|
@ -202,7 +210,14 @@ interface actualGoals {
|
|||
interface PlannedGoals {
|
||||
groupTarget: string;
|
||||
groupTargetSub: string;
|
||||
positions: [
|
||||
positions?: [
|
||||
{
|
||||
position: string;
|
||||
posTypePlannedId: string;
|
||||
posLevelPlannedId: string;
|
||||
}
|
||||
];
|
||||
plannedGoalPositions?: [
|
||||
{
|
||||
position: string;
|
||||
posTypePlannedId: string;
|
||||
|
|
|
|||
|
|
@ -88,7 +88,14 @@ interface ResActualGoals {
|
|||
interface ResPlannedGoals {
|
||||
groupTarget: string;
|
||||
groupTargetSub: string;
|
||||
position: [
|
||||
plannedGoalPositions?: [
|
||||
{
|
||||
position: string;
|
||||
posTypePlannedId: string;
|
||||
posLevelPlannedId: string;
|
||||
}
|
||||
];
|
||||
positions?: [
|
||||
{
|
||||
position: string;
|
||||
posTypePlannedId: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue