qinzhipeng_v@didiglobal.com 4 vuotta sitten
vanhempi
sitoutus
2c942cb12c
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      src/views/projectManage/bugList/file/createdBug.vue

+ 2 - 1
src/views/projectManage/bugList/file/createdBug.vue

@@ -572,7 +572,7 @@ export default {
     async getTaskList(val) {
       // 获取所属任务列表
       const params = {
-        // bizId: this.formInline.bizId
+        bizId: this.formInline.bizId
       }
       switch (this.$route.name) {
         case '项目详情':
@@ -580,6 +580,7 @@ export default {
           break
         case '需求详情':
           params.requireId = this.nowPageId
+          delete params.bizId
           break
         case '任务详情':
           params.id = this.nowPageId