wenbobowen hace 4 años
padre
commit
3ea22726fb
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/views/projectManage/bugList/details/bugTableDialog.vue

+ 0 - 2
src/views/projectManage/bugList/details/bugTableDialog.vue

@@ -218,8 +218,6 @@ export default {
       handler(newV, oldV) {
         if (newV !== null) {
           this.eleId = newV
-          console.log(221, newV)
-          debugger;
           this.bugGetTableList(newV, false)
         }
       },