| | |
| | | v-model="userform.name" |
| | | placeholder="请输入姓名" |
| | | maxlength="30" |
| | | disabled |
| | | ></el-input> </el-form-item |
| | | ></el-col> |
| | | <el-col :span="12" |
| | |
| | | v-model="inputValue" |
| | | @change="handleInputConfirm" |
| | | filterable |
| | | remote |
| | | :remote-method="remoteMethod" |
| | | allow-create |
| | | default-first-option |
| | | placeholder="请选择/查询" |
| | |
| | | prop="leavehospitaldistrictname" |
| | | width="120" |
| | | /> |
| | | <el-table-column |
| | | <!-- <el-table-column |
| | | label="主治医生" |
| | | align="center" |
| | | key="drname" |
| | |
| | | key="nurseName" |
| | | prop="nurseName" |
| | | width="120" |
| | | /> |
| | | /> --> |
| | | </el-table> |
| | | <pagination |
| | | v-show="total > 0" |
| | |
| | | patid: this.id, |
| | | }).then((res) => { |
| | | if (res.code == 200) { |
| | | this.record = res.rows; |
| | | this.record = res.rows[0].serviceSubtaskList; |
| | | } |
| | | }); |
| | | }, |
| | |
| | | }); |
| | | }, |
| | | remoteMethod(value) { |
| | | console.log('触发'); |
| | | |
| | | const illnessqueryParams = { |
| | | pageNum: 1, |
| | | pageSize: 100, |