diff --git a/src/views/manage/blacklist/index.vue b/src/views/manage/blacklist/index.vue
index 6509f5b..802148a 100644
--- a/src/views/manage/blacklist/index.vue
+++ b/src/views/manage/blacklist/index.vue
@@ -5,7 +5,8 @@
-
+
-
+
@@ -77,7 +78,7 @@
- -->
+ -->
{{ parseTime(scope.row.createTime, '{y}-{m}-{d}') }}
@@ -101,10 +102,10 @@
-
+
-
+
-
+
@@ -130,12 +131,14 @@
-
+
-
+
@@ -167,10 +170,10 @@ export default {
name: "Blacklist",
dicts: ['blacklist_source'],
data() {
- //验证身份证
- var isCardId = (rule, value, callback) => {
- console.log(value)
- if (value==null) {
+ //验证身份证
+ var isCardId = (rule, value, callback) => {
+ console.log(value)
+ if (value == null) {
callback(new Error("请输入患者身份证号"));
} else {
const reg =
@@ -293,7 +296,7 @@ export default {
// 表单重置
reset() {
this.form = {
- cardNo:null,
+ cardNo: null,
campusAgencyId: null,
departmentId: null,
wardId: null,
@@ -423,6 +426,7 @@ export default {
this.queryParams.wardId = null
}
})
+ this.changecampusAgency(id, type, typetwo)
},
//选中院区获取科室
changecampusAgency(id, type, typetwo) {
diff --git a/src/views/manage/patientInfo/index.vue b/src/views/manage/patientInfo/index.vue
index 75a3414..f952c2a 100644
--- a/src/views/manage/patientInfo/index.vue
+++ b/src/views/manage/patientInfo/index.vue
@@ -32,7 +32,7 @@
-
+
@@ -163,7 +163,6 @@ import { listPatientInfo } from "@/api/manage/patientInfo";
import { getAge } from "@/utils/age";
import { selectAgencyList, getDepartmentList, subordinateAgencyList } from "@/api/manage/selectAgencyList";
import { usergetList } from "@/api/unitconfig/patientConfiguration";
-
export default {
name: "PatientInfo",
dicts: ['patient_type', 'visit_method', 'sign_status', 'patient_source'],
@@ -308,6 +307,7 @@ export default {
this.queryParams.departmentId = null
this.queryParams.wardId = null
})
+ this.changecampusAgency(id)
this.usergetListinfo();
},
//选中院区获取科室
diff --git a/src/views/manage/preHospitalized/index.vue b/src/views/manage/preHospitalized/index.vue
index e849aae..e0d4426 100644
--- a/src/views/manage/preHospitalized/index.vue
+++ b/src/views/manage/preHospitalized/index.vue
@@ -47,7 +47,7 @@
-
+
@@ -237,7 +237,7 @@
-
+
@@ -687,6 +687,7 @@ export default {
this.queryParams.wardId = null
}
})
+ this.changecampusAgency(id, type, typetwo)
},
//选中院区获取科室
changecampusAgency(id, type, typetwo) {
diff --git a/src/views/manage/signRecord/index.vue b/src/views/manage/signRecord/index.vue
index 50edb23..bf430a5 100644
--- a/src/views/manage/signRecord/index.vue
+++ b/src/views/manage/signRecord/index.vue
@@ -42,7 +42,7 @@
-
+
@@ -456,6 +456,7 @@ export default {
this.queryParams.departmentId = null
this.queryParams.wardId = null
})
+ this.changecampusAgency(id)
},
//选中院区获取科室
changecampusAgency(id) {
diff --git a/src/views/manage/visitin/index.vue b/src/views/manage/visitin/index.vue
index b6da413..9181ad1 100644
--- a/src/views/manage/visitin/index.vue
+++ b/src/views/manage/visitin/index.vue
@@ -47,7 +47,7 @@
-
+
@@ -249,7 +249,7 @@
-
+
@@ -714,6 +714,7 @@ export default {
this.queryParams.wardId = null
}
})
+ this.changecampusAgency(id, type, typetwo)
},
//选中院区获取科室
changecampusAgency(id, type, typetwo) {
diff --git a/src/views/manage/visitout/index.vue b/src/views/manage/visitout/index.vue
index 8784b05..b81b487 100644
--- a/src/views/manage/visitout/index.vue
+++ b/src/views/manage/visitout/index.vue
@@ -47,7 +47,7 @@
-
+
@@ -252,7 +252,7 @@
-
+
@@ -756,6 +756,7 @@ export default {
this.queryParams.wardId = null
}
})
+ this.changecampusAgency(id, type, typetwo)
},
//选中院区获取科室
changecampusAgency(id, type, typetwo) {