删除输出语句

This commit is contained in:
unknown 2022-01-17 16:27:10 +08:00
parent ef8aef09ac
commit d8c65edab9
1 changed files with 0 additions and 1 deletions

View File

@ -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,