diff --git a/src/views/system/hospitalPerson/index.vue b/src/views/system/hospitalPerson/index.vue
index ed049a3..226f3df 100644
--- a/src/views/system/hospitalPerson/index.vue
+++ b/src/views/system/hospitalPerson/index.vue
@@ -221,7 +221,7 @@
-
+
-
+
-
+
-
+
-
+
{
@@ -846,20 +722,15 @@ export default {
}
},
imgUrl(imgUrl) {
- console.log(imgUrl, "新上传");
this.form.certificateUrl = imgUrl;
this.deletupdata.push(imgUrl);
- console.log(this.deletupdata);
},
imgUrl2(imgUrl) {
- console.log(imgUrl, "新上传");
this.form.personPictureUrl = imgUrl;
this.deletUploadImages.push(imgUrl);
- console.log(this.deletUploadImages);
},
nurseclick(row) {
- console.log(this.homenumber);
if (this.homenumber) {
this.queryParams.hospitalName = row.hospitalName;
this.queryParams.hospitalId = row.id;
@@ -874,7 +745,6 @@ export default {
},
// 科室
departmentclick(row) {
- console.log(row);
this.departmentId = row.id;
if (this.homenumber) {
this.queryParams.departmentName = row.departmentName;
@@ -926,7 +796,6 @@ export default {
},
// 新增医院按钮
clickinnerVisible(item) {
- console.log(item);
this.queryParams.departmentName = "";
this.form.departmentName = "请选择所属科室";
this.info();
@@ -985,7 +854,6 @@ export default {
info() {
list(this.hospitalqueryParams).then(response => {
this.infolist = response.rows;
- console.log(this.infolist);
this.total2 = response.total;
this.loading = false;
});
@@ -998,13 +866,11 @@ export default {
obj.pictureUrlList.push(e.certificateUrl);
});
}
- console.log("2222", this.deletNewImgs);
if (this.deletUploadImages.length > 0) {
updatePicture({
pictureUrlList: this.deletUploadImages
}).then(res => {});
}
- console.log("11111", this.NewImgs);
if (this.deletupdata.length > 0) {
updatePicture({ pictureUrlList: this.deletupdata }).then(res => {});
}
@@ -1095,11 +961,9 @@ export default {
},
/** 修改按钮操作 */
handleUpdate(row) {
- console.log(row);
this.reset();
const id = row.id || this.ids;
getHospitalPerson(id).then(response => {
- console.log(response);
this.form = response.data;
this.departmentId = response.data.departmentId;
this.hospitalId = response.data.hospitalId;