【修改】删除多余

This commit is contained in:
zhoulingpo
2023-05-11 14:45:51 +08:00
parent 3a54b63c89
commit 78cbb3c1ac
-1
View File
@@ -244,7 +244,6 @@ export default {
this.$api.report.getReportDetail(this.reportId).then(res=>{
this.row = res.data
// 需要给分数/2
this.$set(this,'report',res.data)
this.previewRow()
})
},