diff --git a/public/index.html b/public/index.html index f449c2f..58cd68b 100644 --- a/public/index.html +++ b/public/index.html @@ -39,8 +39,9 @@ <% if (process.env.VUE_APP_NODE_ENV === 'dev') { %> <% } %> diff --git a/src/components/patient-search/index.vue b/src/components/patient-search/index.vue index e8fef43..bf74278 100644 --- a/src/components/patient-search/index.vue +++ b/src/components/patient-search/index.vue @@ -67,14 +67,14 @@ - - - - - - - - + + + + + + + + @@ -220,9 +220,6 @@ export default { diff --git a/src/page-subspecialty/views/modules/scientificManagement/subjectMgt/patient-search/index.vue b/src/page-subspecialty/views/modules/scientificManagement/subjectMgt/patient-search/index.vue index e3694f4..ac74f15 100644 --- a/src/page-subspecialty/views/modules/scientificManagement/subjectMgt/patient-search/index.vue +++ b/src/page-subspecialty/views/modules/scientificManagement/subjectMgt/patient-search/index.vue @@ -32,6 +32,7 @@ export default { } }, created() { + this.projectId = this.$route.query.projectId this.getSubjectIdNumberList() }, mounted() { @@ -69,3 +70,8 @@ export default { } } + diff --git a/src/page-subspecialty/views/modules/scientificManagement/subjectMgt/patient-subject/index.vue b/src/page-subspecialty/views/modules/scientificManagement/subjectMgt/patient-subject/index.vue index 360f5a8..46df657 100644 --- a/src/page-subspecialty/views/modules/scientificManagement/subjectMgt/patient-subject/index.vue +++ b/src/page-subspecialty/views/modules/scientificManagement/subjectMgt/patient-subject/index.vue @@ -69,7 +69,7 @@ @@ -325,6 +325,7 @@ export default { this.refresh() }, created() { + this.formGroup.projectId = this.$route.query.projectId this.getDataList() this.getGroupList() },