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