瀏覽代碼

delete debugger

haojianlong 5 年之前
父節點
當前提交
a63d71229b
共有 1 個文件被更改,包括 0 次插入1 次删除
  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 })
     },