| | |
| | | @keyup.enter.native="handleQuery" |
| | | /> |
| | | </el-form-item> |
| | | <el-form-item label="住院号" prop="patno"> |
| | | <el-form-item label="患者编号" prop="patno"> |
| | | <el-input |
| | | v-model="patno" |
| | | placeholder="请输入患者编号" |
| | |
| | | </el-table-column> |
| | | |
| | | <el-table-column |
| | | label="住院号" |
| | | label="患者编号" |
| | | align="center" |
| | | key="patno" |
| | | prop="patno" |
| | |
| | | created() { |
| | | |
| | | this.getList(); |
| | | this.listDept(); |
| | | // this.listDept(); |
| | | this.gettabList(); |
| | | }, |
| | | methods: { |
| | |
| | | this.loading = false; |
| | | }); |
| | | }, |
| | | listDept() { |
| | | listDept(this.queryParams).then((res) => { |
| | | this.deptList = res.data; |
| | | console.log(this.deptList, "this.deptList"); |
| | | }); |
| | | }, |
| | | // listDept() { |
| | | // listDept(this.queryParams).then((res) => { |
| | | // this.deptList = res.data; |
| | | // console.log(this.deptList, "this.deptList"); |
| | | // }); |
| | | // }, |
| | | /** 查询标签列表 */ |
| | | gettabList() { |
| | | const tagqueryParams = { |