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:
Jingwei.Zhang 2022-09-06 17:56:56 +08:00
parent f73f128bac
commit ab4b22cd4f

View File

@ -569,6 +569,7 @@ export class BaseTable extends React.Component {
{ {
title: fTitle, title: fTitle,
dataIndex: fIndex, dataIndex: fIndex,
render: (_, record) => this.getProjectId(record),
}, },
{ {
...it, ...it,