forked from Gitlink/forgeplus-react
删除输出语句
This commit is contained in:
parent
ef8aef09ac
commit
d8c65edab9
|
@ -169,7 +169,6 @@ function ReviewTasks({ showNotification, match, history, current_user }) {
|
|||
let dataArr = [];
|
||||
if (data && Array.isArray(data.rows)) {
|
||||
for (const item of data.rows) {
|
||||
console.log(item);
|
||||
dataArr.push({
|
||||
comments: "",
|
||||
expertId: current_user.expertId,
|
||||
|
|
Loading…
Reference in New Issue