Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb
| | |
| | | export function listSfxm(query) { |
| | | return request({ |
| | | url: '/system/sfxm/list', |
| | | method: 'post', |
| | | data: query |
| | | method: 'get', |
| | | params: query |
| | | }) |
| | | } |
| | | |
| | |
| | | prop="tdzgxj" |
| | | /> |
| | | </el-table> |
| | | |
| | | <div class="pag" v-if="List == true"> |
| | | <div class="pag1"> |
| | | <pagination |
| | |
| | | } |
| | | }, |
| | | getlistSfxm() { |
| | | console.log(2222); |
| | | this.loading = true; |
| | | this.List = true; |
| | | listSfxm(this.querycharge).then((response) => { |
| | |
| | | this.loading = true; |
| | | |
| | | getListByXmId(this.queryParam).then((response) => { |
| | | console.log(response,123456); |
| | | |
| | | this.sfxmList = response.data.date || []; |
| | | if (response.data.date == null) { |
| | | return; |
| | |
| | | </el-dialog> |
| | | <!--:before-close="handleClose" --> |
| | | <el-dialog title="提示" :visible.sync="dialogVisiblese" width="30%"> |
| | | <el-form :model="forms" ref="form" :inline="true" label-width="76px" style="margin-top: 10px"> |
| | | <el-form-item label="" prop="radios"> |
| | | <el-select filterable v-model="forms.radios" placeholder="请选择打印健康检查表类型" clearable |
| | | <el-form :model="forms" ref="form" style="width: 100%"> |
| | | <el-form-item label="" prop="radios" style="width: 100%"> |
| | | <el-select filterable v-model="forms.radios" placeholder="请选择打印健康检查表类型" clearable style="width: 100%" |
| | | > |
| | | <el-option v-for="dict in radiosList" :key="dict.dictValue" :label="dict.dictLabel" |
| | | :value="dict.dictValue" /> |