|
|
|
@ -173,15 +173,9 @@ export default { |
|
|
|
|
}, |
|
|
|
|
getData() { // 查询详情 |
|
|
|
|
this.$get(`${this.api.reportDetail}?reportId=${this.reportId}`).then(res => { |
|
|
|
|
this.form = res.report; |
|
|
|
|
this.expData = res.userScores; |
|
|
|
|
for(var i=0;i<this.expData.length;i++){ |
|
|
|
|
if (this.expData[i].referenceAnswer){ |
|
|
|
|
this.project = false |
|
|
|
|
}else{ |
|
|
|
|
this.project = true |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
this.form = res.report |
|
|
|
|
this.expData = res.userScores |
|
|
|
|
this.project = this.expData.find(e => e.lcRuleRecords) // 银行系统才有lcRuleRecords |
|
|
|
|
let form = this.form; |
|
|
|
|
this.infoData.push({ |
|
|
|
|
workNumber: form.workNumber, |
|
|
|
|