WXL
2025-04-22 fecb2f5b3a5b4c7994eb76cc730c2bd27b6f8b67
src/views/patient/patient/operation.vue
@@ -98,7 +98,7 @@
            align="center"
            key="operatortime"
            prop="operatortime"
            width="160"
          >
            <template slot-scope="scope">
              <span>{{ formatTime(scope.row.operatortime) }}</span>
@@ -110,7 +110,7 @@
            align="center"
            key="opreqcode"
            prop="opreqcode"
          width="120"
          />
          <!-- <el-table-column
            label="姓名"
@@ -122,7 +122,7 @@
          <el-table-column
              fixed
                label="姓名"
          width="100"
                align="center"
                key="paname"
                prop="paname"
@@ -161,7 +161,7 @@
            align="center"
            key="telcode"
            prop="telcode"
            width="120"
            width="160"
          />
          <!-- <el-table-column
@@ -190,7 +190,7 @@
            align="center"
            key="regdeptname"
            prop="regdeptname"
            width="120"
            width="150"
          />
          <el-table-column
@@ -198,35 +198,35 @@
            align="center"
            key="surgeonname"
            prop="surgeonname"
            width="120"
          />
          <el-table-column
            label="一助医生"
            align="center"
            key="firassname"
            prop="firassname"
            width="120"
          />
          <el-table-column
            label="二助医生"
            align="center"
            key="secassname"
            prop="secassname"
            width="120"
          />
          <el-table-column
            label="三助医生"
            align="center"
            key="thrassname"
            prop="thrassname"
            width="120"
          />
          <el-table-column
            label="备注"
            align="center"
            key="remark"
            prop="remark"
            width="180"
          />
          <!-- <el-table-column
            label="操作"
@@ -361,12 +361,17 @@
import {
  listoperation,
  particularpatient,
} from "@/api/patient/record";
import {
  messagelistpatient,
  alterpatient,
  addpatient,
  particularpatient,
  deletepatient,
  Exporterrorpatient,
  toleadpatient,
} from "@/api/patient/record";
} from "@/api/patient/homepage";
import { listtag } from "@/api/system/label";
import { getToken } from "@/utils/auth";
import Treeselect from "@riophae/vue-treeselect";
@@ -594,8 +599,8 @@
    },
    /** 搜索按钮操作 */
    handleQuery() {
      this.queryParams.startOutHospTime = this.dateRange[0];
      this.queryParams.endOutHospTime = this.dateRange[1];
      this.queryParams.beginTime = this.dateRange[0];
      this.queryParams.endTime = this.dateRange[1];
      this.queryParams.pageNum = 1;
      this.getList();
    },
@@ -603,7 +608,10 @@
    resetQuery() {
      this.dateRange = [];
      this.resetForm("queryForm");
      this.$refs.tree.setCurrentKey(null);
      this.queryParams= {
        pageNum: 1,
        pageSize: 10,
      },
      this.handleQuery();
    },
    // 多选框选中数据