w
wwl
2025-02-19 a5157d4261d2b12cedccebe47801efd4922c1803
w
2个文件已修改
6 ■■■■■ 已修改文件
src/views/reservation/resercopy/index.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/biol/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/reservation/resercopy/index.vue
@@ -397,6 +397,7 @@
</template>
<script>
import Cookies from "js-cookie"
import {
  addDept,
  addComp,
@@ -480,6 +481,7 @@
        dwId: "",
        dwDeptId: "",
        dwName: "",
      },
      objs: {
@@ -512,7 +514,7 @@
        // 是否更新已经存在的用户数据
        updateSupport: 0,
        // 设置上传的请求头部
        headers: { Authorization: "Bearer " + getToken() },
        headers: { Authorization: "Bearer " + getToken() ,hospId: Cookies.get("hospId")},
        // 上传的地址
        url:
          process.env.VUE_APP_BASE_API +
src/views/system/biol/index.vue
@@ -824,7 +824,7 @@
        if (response.data.flag == "0") {
          const flag = true;
          this.isLoading = false;  
          let sfdy = this.queryParams.dyzt
          let sfdy = this.queryParams.dyzt == 0 ? 1 : 0
          getPdfpre(tjNumber, flag, sfdy).then((response) => {
          
            if (response.size === 0) {