|
@@ -34,6 +34,7 @@ export default {
|
|
|
return {
|
|
|
loading: false,
|
|
|
searchData: {
|
|
|
+ hospital_name:"",// 医院名称
|
|
|
AAA28: '',
|
|
|
dep_id: '',
|
|
|
start_time: '',
|
|
@@ -75,7 +76,9 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
created() {
|
|
|
- this.error_rule = this.$route.query.error_rule
|
|
|
+ this.error_rule = this.$route.query.error_rule;
|
|
|
+ this.searchData.hospital_name = this.$route.query.hospital_name?this.$route.query.hospital_name:'';
|
|
|
+
|
|
|
this.getList()
|
|
|
},
|
|
|
methods: {
|
|
@@ -145,6 +148,7 @@ export default {
|
|
|
this.paginationData.page = 1
|
|
|
this.paginationData.limit = 10
|
|
|
this.searchData = {
|
|
|
+ hospital_name:"",// 医院名称
|
|
|
AAA28: '',
|
|
|
dep_id: '',
|
|
|
start_time: '',
|