Browse Source

delete debugger

haojianlong 5 years ago
parent
commit
a63d71229b
1 changed files with 0 additions and 1 deletions
  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 })
     },