| | |
| | | <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(){ |
| | | console.log(this.queryParams.tjNumber); |
| | | if (this.queryParams.tjNumber != "") { |
| | | hb() { |
| | | if (this.queryParams.tjNumber != "") { |
| | | this.submitForm(); |
| | | } |
| | | }, |
| | |
| | | submitForm() { |
| | | this.queryParams.page = 1; |
| | | this.getList(); |
| | | |
| | | // this.loading = true; |
| | | // (this.queryParams = { |
| | | // page: 1, |
| | |
| | | resetQuery() { |
| | | this.resetForm("tableList"); |
| | | this.submitForm(); |
| | | this.$nextTick(() => { |
| | | this.$refs.inputName.focus(); |
| | | }); |
| | | }, |
| | | |
| | | Changeapplyfor(row) { |