| | |
| | | <el-select |
| | | v-model="form.hzDeptId" |
| | | multiple |
| | | filterable |
| | | filterable569-0= |
| | | style="width: 100%" |
| | | > |
| | | <el-option |
| | |
| | | type: "", |
| | | name: null, |
| | | }, |
| | | queryParam: { |
| | | page: 1, |
| | | pageSize: 1000, |
| | | |
| | | }, |
| | | rules: { |
| | | hzType: [ |
| | | { required: true, message: "会诊科室为必填项", trigger: "change" }, |
| | |
| | | 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) => { |
| | |
| | | } |
| | | }); |
| | | }, |
| | | hb(){ |
| | | hb() { |
| | | console.log(this.queryParams.tjNumber); |
| | | if (this.queryParams.tjNumber != "") { |
| | | if (this.queryParams.tjNumber != "") { |
| | | this.submitForm(); |
| | | } |
| | | }, |