From ab4b22cd4fad91bd6a1a04b07d90328c244ea890 Mon Sep 17 00:00:00 2001 From: "Jingwei.Zhang" Date: Tue, 6 Sep 2022 17:56:56 +0800 Subject: [PATCH] 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 --- src/components/Tables/Base/index.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Tables/Base/index.jsx b/src/components/Tables/Base/index.jsx index d6eb7998..a2177e55 100644 --- a/src/components/Tables/Base/index.jsx +++ b/src/components/Tables/Base/index.jsx @@ -569,6 +569,7 @@ export class BaseTable extends React.Component { { title: fTitle, dataIndex: fIndex, + render: (_, record) => this.getProjectId(record), }, { ...it,