|
|
|
@ -1742,27 +1742,27 @@ export default {
|
|
|
|
|
addHospProduct(data) {
|
|
|
|
|
this.rId = data.code
|
|
|
|
|
if(data.code!=10000){
|
|
|
|
|
this.filterQuery.bindCode = data.code
|
|
|
|
|
this.filterQuery.relCode = data.code
|
|
|
|
|
}else{
|
|
|
|
|
this.filterQuery.bindCode = null;
|
|
|
|
|
this.filterQuery.relCode = null;
|
|
|
|
|
}
|
|
|
|
|
this.selectHospProductVisible = true;
|
|
|
|
|
},
|
|
|
|
|
removeHospProduct(data){
|
|
|
|
|
this.rId = data.code
|
|
|
|
|
if(data.code!=10000){
|
|
|
|
|
this.filterQuery.bindCode = data.code
|
|
|
|
|
this.filterQuery.relCode = data.code
|
|
|
|
|
}else{
|
|
|
|
|
this.filterQuery.bindCode = null;
|
|
|
|
|
this.filterQuery.relCode = null;
|
|
|
|
|
}
|
|
|
|
|
this.selectUnBindHospProductVisible = true;
|
|
|
|
|
},
|
|
|
|
|
handleNodeClick(data) {
|
|
|
|
|
this.rId = data.code
|
|
|
|
|
if(data.code!=10000){
|
|
|
|
|
this.filterQuery.bindCode = data.code
|
|
|
|
|
this.filterQuery.relCode = data.code
|
|
|
|
|
}else{
|
|
|
|
|
this.filterQuery.bindCode = null;
|
|
|
|
|
this.filterQuery.relCode = null;
|
|
|
|
|
}
|
|
|
|
|
this.getList();
|
|
|
|
|
}
|
|
|
|
|