【质控复核】历史审核人页面中复核问题需要默认展开
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
parent
b8208dffed
commit
4d27cbfe41
|
@ -1204,7 +1204,7 @@ export default {
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
this.secondReviewList = res.Result.SecondReviewList
|
this.secondReviewList = res.Result.SecondReviewList
|
||||||
if (this.secondReviewList.length > 0) {
|
if (this.secondReviewList.length > 0) {
|
||||||
this.secondReviewActiveName = this.secondReviewList[0].SecondReviewTime
|
this.secondReviewActiveName = this.secondReviewList.find(item => item.SignTime).SecondReviewTime
|
||||||
if (!this.isAudit) {
|
if (!this.isAudit) {
|
||||||
this.SecondReviewTime = this.secondReviewList[0].SecondReviewTime
|
this.SecondReviewTime = this.secondReviewList[0].SecondReviewTime
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue