Explorar el Código

delete debugger

haojianlong hace 5 años
padre
commit
a63d71229b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/components/config_point/dictionaryCascader.vue

+ 0 - 1
src/components/config_point/dictionaryCascader.vue

@@ -160,7 +160,6 @@ export default {
       })
     },
     changeSelect(val) {
-      debugger
       let labels = this.$refs.dictCas.currentLabels
       this.$emit('change', { val: val, labels: labels })
     },