From 704ef86a45db754354aa1462a31f95cf29671792 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com>
Date: Thu, 16 Mar 2023 14:43:26 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/system/hospitalPerson/index.vue | 154 ++--------------------
1 file changed, 9 insertions(+), 145 deletions(-)
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;