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:
@@ -569,6 +569,7 @@ export class BaseTable extends React.Component {
|
||||
{
|
||||
title: fTitle,
|
||||
dataIndex: fIndex,
|
||||
render: (_, record) => this.getProjectId(record),
|
||||
},
|
||||
{
|
||||
...it,
|
||||
|
Reference in New Issue
Block a user