heyang преди 6 месеца
родител
ревизия
1b23b5fdc9
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      src/views/chemicalManage/basicManagement/chemicalsCabinetManage/addPage.vue

+ 0 - 3
src/views/chemicalManage/basicManagement/chemicalsCabinetManage/addPage.vue

@@ -515,7 +515,6 @@
             this.$set(this.newData, 'deptName', this.deptOptions[i].deptName)
           }
         }
-        console.log(2222222222)
         this.subSelect('');
       },
       //学院清空触发
@@ -593,7 +592,6 @@
       },
       //实验室查询
       subSelect(query){
-        console.log(33)
         let obj = {
           deptId:this.newData.deptId,
           subId:'',
@@ -721,7 +719,6 @@
       },
       //删除柜门
       deleteItemButton(index,item){
-        console.log(item)
         let self=this;
         if(this.newData.cabinetDoorModelList.length ==1){
           this.msgError('最少添加1个柜门')