src/views/doctor/check/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/doctor/check/index.vue
@@ -1105,6 +1105,11 @@ type: "", name: null, }, queryParam: { page: 1, pageSize: 1000, }, rules: { hzType: [ { required: true, message: "会诊科室为必填项", trigger: "change" }, @@ -1140,7 +1145,7 @@ methods: { /** 查询用户列表 */ getListUser() { listUser(this.addDateRange(this.queryParams, this.dateRange)).then( listUser(this.addDateRange(this.queryParam, this.dateRange)).then( (response) => { this.userList = response.rows; this.userList.forEach((element) => {