From e6fc429bc28eea2ff4d5f79942159e71bb352192 Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期五, 15 八月 2025 17:34:03 +0800 Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb --- src/api/system/sfxm.js | 4 ++-- src/views/system/biol/index.vue | 6 +++--- src/views/hosp/project/index.vue | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/api/system/sfxm.js b/src/api/system/sfxm.js index 227950d..09ef2f0 100644 --- a/src/api/system/sfxm.js +++ b/src/api/system/sfxm.js @@ -4,8 +4,8 @@ export function listSfxm(query) { return request({ url: '/system/sfxm/list', - method: 'post', - data: query + method: 'get', + params: query }) } diff --git a/src/views/hosp/project/index.vue b/src/views/hosp/project/index.vue index 339d010..76ba41c 100644 --- a/src/views/hosp/project/index.vue +++ b/src/views/hosp/project/index.vue @@ -921,7 +921,6 @@ prop="tdzgxj" /> </el-table> - <div class="pag" v-if="List == true"> <div class="pag1"> <pagination @@ -1484,7 +1483,6 @@ } }, getlistSfxm() { - console.log(2222); this.loading = true; this.List = true; listSfxm(this.querycharge).then((response) => { @@ -1522,6 +1520,8 @@ this.loading = true; getListByXmId(this.queryParam).then((response) => { + console.log(response,123456); + this.sfxmList = response.data.date || []; if (response.data.date == null) { return; diff --git a/src/views/system/biol/index.vue b/src/views/system/biol/index.vue index 88bc91b..1b65ba0 100644 --- a/src/views/system/biol/index.vue +++ b/src/views/system/biol/index.vue @@ -294,9 +294,9 @@ </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" /> -- Gitblit v1.8.0