考核看板详情回显问题

dev
wangjiuyun 2025-05-14 15:29:26 +08:00
parent e63e98399a
commit 5de5b930bf
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@ selenium-debug.log
package-lock.json
yarn.lock
/npm

View File

@ -308,7 +308,7 @@ export default {
});
if (type == 0) this.tableData1 = Object.values(objData);
else this.tableData2 = Object.values(objData).map((ele, index) => {
ele[0].remarkCate = this.examineRemark[index]?.remark
ele[0].remarkCate = this.examineRemark.find((item)=>item.reviewCategory==ele[0].reviewCategory)?.remark||''
return ele
});;
this.judgeContent = res.data.examineUser.judgeContent;