企标评价 - 修复了质量评价表没有数据时一直转圈的bug

This commit is contained in:
yanyizhou
2021-12-10 17:48:32 +08:00
parent 88f67fac3b
commit e70b376321
@@ -1593,7 +1593,7 @@ export default {
lawId: this.$route.params.id,
userId: this.qualityFirstHistoryPeopleId,
evaluationType: this.indexType,
processNode: this.qualityHistoryPeopleTable[0].processNode
processNode: this.qualityHistoryPeopleTable.length>0?this.qualityHistoryPeopleTable[0].processNode:null
}
this.$http.get('sarEnterpriseStandardEvaluation/quality-evaluation/getEvaluationForm', allData , {
_this: this