企标评价 - 修复了质量评价表没有数据时一直转圈的bug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user