qx
2 天以前 e6fc429bc28eea2ff4d5f79942159e71bb352192
Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb
3个文件已修改
14 ■■■■ 已修改文件
src/api/system/sfxm.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hosp/project/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/biol/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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
    })
}
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;
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" />