From 5f7ff8f2328160c5ba3835211b6e39958c9e4955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Fri, 10 Mar 2023 10:08:34 +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/hospital/index.vue | 2 +- src/views/system/hospitalDepartment/index.vue | 12 ++--- src/views/system/hospitalPerson/index.vue | 54 ++++++++++--------- 3 files changed, 35 insertions(+), 33 deletions(-) diff --git a/src/views/system/hospital/index.vue b/src/views/system/hospital/index.vue index 14c3c38..3052b5f 100644 --- a/src/views/system/hospital/index.vue +++ b/src/views/system/hospital/index.vue @@ -131,7 +131,7 @@ - + - + /> --> - + /> --> @@ -443,7 +443,7 @@ diff --git a/src/views/system/hospitalPerson/index.vue b/src/views/system/hospitalPerson/index.vue index 520730c..a626a4f 100644 --- a/src/views/system/hospitalPerson/index.vue +++ b/src/views/system/hospitalPerson/index.vue @@ -25,14 +25,14 @@ /> - + - + - @@ -286,7 +286,7 @@ @@ -298,12 +298,15 @@ /> - + > +
@@ -704,15 +707,16 @@ - + >
@@ -1199,9 +1205,8 @@ export default { personIntroduce: [ { required: true, - trigger: "blur", - message: "请选择个人简介", + message: "请输入个人简介", }, ], personSort: [ @@ -1340,10 +1345,7 @@ export default { this.info(); }, methods: { - imgs(item) { - console.log(item); - this.imgsurl.pictureUrlList.push(item); - }, + //接收图片所属的item imgclassifyItem(item) { let imgUrlData = JSON.parse(item); @@ -1439,7 +1441,7 @@ export default { }, // 新增医院按钮 clickinnerVisible() { - // this.addresetQuery(); + this.info(); this.innerVisible = true; }, // 修改医院按钮