WXL (wul)
6 天以前 a5cba9ab040f6f97558046885dce3017f9bab7e9
src/views/patient/patient/AwaitingAdmission.vue
@@ -219,7 +219,7 @@
                    scope.row.idcardno,
                    scope.row.drcode,
                    scope.row.drname,
                    scope.row.patid,
                    scope.row.patid
                  )
                "
                ><span class="button-textsc">{{
@@ -546,7 +546,12 @@
import { getToken } from "@/utils/auth";
import Treeselect from "@riophae/vue-treeselect";
import "@riophae/vue-treeselect/dist/vue-treeselect.css";
import { query360PatInfo,query360PatInfonh, getTasklist, addSubtask } from "@/api/AiCentre/index";
import {
  query360PatInfo,
  query360PatInfonh,
  getTasklist,
  addSubtask,
} from "@/api/AiCentre/index";
import store from "@/store";
import { type } from "jquery";
@@ -698,7 +703,7 @@
      queryParams: {
        pageNum: 1,
        pageSize: 10,
        inhospstate: "3",
      },
      // 表单校验
      rules: {
@@ -781,7 +786,8 @@
        this.queryParams.beginTime = "";
        this.queryParams.endTime = "";
      }
        this.loading = false;
      this.queryParams.inhospstate = "3";
      this.loading = false;
      listPatMedInhosp(this.queryParams).then((response) => {
        this.userList = response.rows;