fix: fix project id download data
Fix the project id in the download file: the data represents the project using attributes other than project_id Change-Id: I5a0296d9431cc16a58ebd1ac5250b8d60506f9a1
This commit is contained in:
parent
f73f128bac
commit
ab4b22cd4f
@ -569,6 +569,7 @@ export class BaseTable extends React.Component {
|
||||
{
|
||||
title: fTitle,
|
||||
dataIndex: fIndex,
|
||||
render: (_, record) => this.getProjectId(record),
|
||||
},
|
||||
{
|
||||
...it,
|
||||
|
Loading…
Reference in New Issue
Block a user