diff --git a/src/views/system/hospitalPerson/index.vue b/src/views/system/hospitalPerson/index.vue
index e43bc03..9a0928d 100644
--- a/src/views/system/hospitalPerson/index.vue
+++ b/src/views/system/hospitalPerson/index.vue
@@ -253,7 +253,7 @@
:rules="rules.hospitalPersonInfoList.personName"
:prop="`hospitalPersonInfoList.${index}.personName`"
>
-
+
@@ -280,7 +281,7 @@
:rules="rules.hospitalPersonInfoList.cardNo"
:prop="`hospitalPersonInfoList.${index}.cardNo`"
>
-
+
@@ -316,7 +318,10 @@
:rules="rules.hospitalPersonInfoList.personSort"
:prop="`hospitalPersonInfoList.${index}.personSort`"
>
-
+
-
-
+
+
{{ form.hospitalName }}
-
-
-
-
+
-
+
@@ -1243,11 +1259,11 @@ export default {
// }
this.innerVisibledepartmentxg = false;
},
-//医院关闭
+ //医院关闭
innerVisiblecancel() {
this.innerVisible = false;
},
-
+
innerVisiblecancelxg() {
this.innerVisiblexg = false;
},
@@ -1314,7 +1330,7 @@ export default {
this.innerVisibledepartment = true;
},
// 修改科室按钮
- clickdepartmentlist(){
+ clickdepartmentlist() {
this.departmentList();
// this.form.departmentId = item.departmentId;
this.innerVisibledepartmentxg = true;