|
@@ -72,7 +72,7 @@ const CostAndExpenseReport: React.FC<Props> = ({ team, customer, subsidiary, nee |
|
|
let postData: CostAndExpenseReportRequest = { |
|
|
let postData: CostAndExpenseReportRequest = { |
|
|
teamId: null, |
|
|
teamId: null, |
|
|
clientId: null, |
|
|
clientId: null, |
|
|
budgetPercentage: 0.99, |
|
|
|
|
|
|
|
|
budgetPercentage: 1, |
|
|
type: "all" |
|
|
type: "all" |
|
|
} |
|
|
} |
|
|
console.log(query.budgetPercentage) |
|
|
console.log(query.budgetPercentage) |
|
|