|
@@ -860,7 +860,7 @@ export default {
|
|
|
},
|
|
|
async get_echarts() {
|
|
|
const resBug = await bugGetBugStatusMapInfo({ taskId: this.taskId })
|
|
|
- if (resBug === 200) {
|
|
|
+ if (resBug.code === 200) {
|
|
|
this.fixInFutureCount = resBug.data.fixInFutureCount
|
|
|
this.totalCount = resBug.data.totalCount
|
|
|
resBug.data.statusInfoList.map(item => {
|