【质控复核】历史审核人页面中复核问题需要默认展开
continuous-integration/drone/push Build encountered an error Details

uat
wangxiaoshuang 2025-07-17 11:12:59 +08:00
parent b8208dffed
commit 4d27cbfe41
1 changed files with 1 additions and 1 deletions

View File

@ -1204,7 +1204,7 @@ export default {
.then((res) => {
this.secondReviewList = res.Result.SecondReviewList
if (this.secondReviewList.length > 0) {
this.secondReviewActiveName = this.secondReviewList[0].SecondReviewTime
this.secondReviewActiveName = this.secondReviewList.find(item => item.SignTime).SecondReviewTime
if (!this.isAudit) {
this.SecondReviewTime = this.secondReviewList[0].SecondReviewTime
}