查询
@@ -122,6 +122,7 @@ import { getapi, postapi, putapi, deletapi } from "@/api/api";
export default {
components: {},
+ props:['orgEnable'],
data() {
return {
dialogVisible: false,
@@ -163,7 +164,9 @@ export default {
created() {},
//挂载完成
- mounted() {},
+ mounted() {
+
+ },
computed: {
...mapState(["dict", "patientRegister", "customerOrg"]),
diff --git a/src/views/customerOrg/patientRegisterRefuse.vue b/src/views/customerOrg/patientRegisterRefuse.vue
index 62de098..aaa82c9 100644
--- a/src/views/customerOrg/patientRegisterRefuse.vue
+++ b/src/views/customerOrg/patientRegisterRefuse.vue
@@ -1,128 +1,191 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 查询
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-