Эх сурвалжийг харах

优化缺陷详情页变更记录

qinzhipeng_v@didiglobal.com 4 жил өмнө
parent
commit
58b6230f80

+ 1 - 1
src/views/projectManage/bugList/details/index.vue

@@ -795,7 +795,7 @@ export default {
     },
     handleClick(tab) {
       if (tab.label === '变更记录') {
-        operationLogBug(this.id).then(res => {
+        operationLogBug(this.bug.id).then(res => {
           this.changeRecord = res.data
         })
       }