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 @@
/>
-
+
-
+
{{ scope.row.academicTitle == "CHIEF_PHYSICIAN" ? "主任医师" : "" }}
@@ -129,7 +129,6 @@
-
@@ -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;
},
// 修改医院按钮