|
@@ -678,7 +678,6 @@ export default {
|
|
|
},
|
|
|
// 点击获取医院药品列表
|
|
|
handleNodeClick(data) {
|
|
|
- console.log(data, "data");
|
|
|
this.listLoading = true;
|
|
|
this.spdId = data.spdId;
|
|
|
this.listQuery.spdId = this.spdId;
|
|
@@ -687,7 +686,6 @@ export default {
|
|
|
this.list = res.data.records;
|
|
|
this.total = res.data.total;
|
|
|
this.listLoading = false;
|
|
|
- console.log(res, "医院目录");
|
|
|
this.btnShow = true;
|
|
|
})
|
|
|
.catch((err) => {
|
|
@@ -702,7 +700,6 @@ export default {
|
|
|
.then((res) => {
|
|
|
this.listQuery.spdId = res.data[0].spdId;
|
|
|
this.data = res.data;
|
|
|
- console.log(this.data, "dadad");
|
|
|
this.listLoading = false;
|
|
|
})
|
|
|
.catch((err) => {
|
|
@@ -793,7 +790,6 @@ export default {
|
|
|
this.dialogAdd = true;
|
|
|
selectSplerMcsListIntf(this.listQuery).then((res)=>{
|
|
|
this.list1 = res.data.records;
|
|
|
- console.log(this.list1,"23")
|
|
|
})
|
|
|
this.getdialog();
|
|
|
},
|
|
@@ -975,7 +971,6 @@ export default {
|
|
|
this.list = res.data.records;
|
|
|
this.total = res.data.total;
|
|
|
this.listLoading = false;
|
|
|
- console.log(res, "医院目录");
|
|
|
this.btnShow = true;
|
|
|
})
|
|
|
.catch((err) => {
|