Browse Source

删除console

zhangxc 6 years ago
parent
commit
7229bdb75b
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/components/icss/AddIndeptLabel.vue

+ 0 - 3
src/components/icss/AddIndeptLabel.vue

@@ -71,7 +71,6 @@
         this.txt = '标签组维护-添加独立标签';
         this.isEditOrCopy = true
         const copyData = JSON.parse(JSON.stringify(data))
-        console.log('copyData', copyData)
         copyData.id = ""
         copyData.name=""  
         copyData.tagName=""
@@ -101,9 +100,7 @@
         //console.log(sex)
       },
       changeType(type) {        //填写单类型改变,标签明细左侧更新,右侧清空
-        console.log('type', this.options)
         if(this.isEditOrCopy&&type=='2') {
-          console.log('type11', this.options)
           return
         }
         this.options = [];