Commit 025bc64e authored by d.arizona's avatar d.arizona

wuaah

parent d12c191b
......@@ -334,7 +334,7 @@ export default class CorporateAnnualTarget extends Component {
return [
item.type_report_id,
item.item_report_id,
item.parent,
item.parent == null && item.item_report_id == null? (response.data.data[index -1].item.parent == null? response.data.data[index -1].item.item_report_id : response.data.data[index -1].item.parent) : item.parent,
item.formula,
item.level == null ? 1 : item.level,
"",
......
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