1
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
parent
4d27cbfe41
commit
e9dd669d48
|
@ -1204,7 +1204,8 @@ 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.find(item => item.SignTime).SecondReviewTime
|
let data = this.secondReviewList.find(item => item.SignTime) || {}
|
||||||
|
this.secondReviewActiveName = data.SecondReviewTime
|
||||||
if (!this.isAudit) {
|
if (!this.isAudit) {
|
||||||
this.SecondReviewTime = this.secondReviewList[0].SecondReviewTime
|
this.SecondReviewTime = this.secondReviewList[0].SecondReviewTime
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue