| | |
| | | <template> |
| | | <div> |
| | | <el-dialog :title="title" :visible.sync="open" width="600px" append-to-body> |
| | | <h3 v-if="fList.proResult ">检测结果 :{{ fList.proResult }}</h3> |
| | | <h3 v-if="fList.proResult ">检测项目 :{{ fList.project.proName }}</h3> |
| | | <h3 v-if="fList.proResult ">检测结果 :{{ fList.proResult }}{{fList.project.proMetering}}</h3> |
| | | <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" label-width="68px"> |
| | | <el-form-item label="病种名称" prop="bingzhong"> |
| | | <el-input v-model="queryParams.bingzhong" placeholder="请输入简称" clearable |
| | |
| | | 'row'(val, newVla) { |
| | | // console.log(val,newVla) |
| | | this.fList = val |
| | | console.log(this.fList); |
| | | // if (this.fList) { |
| | | // this.getList() |
| | | // } |
| | |
| | | // if (this.fList.proResult == "") { |
| | | let data = { |
| | | proId: fList.proId, |
| | | ruleStr: fList.proResult, |
| | | // ruleStr: fList.proResult, |
| | | } |
| | | getlist(data).then(res => { |
| | | this.dataList = res.rows |