PrinceLee 5 年之前
父節點
當前提交
20ad24d00a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/projectManage/taskList/taskViewDetails.vue

+ 1 - 1
src/views/projectManage/taskList/taskViewDetails.vue

@@ -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 => {