WXL
4 天以前 547be67ed775576f1c9b593f48dd846c642cff50
src/views/patient/patient/hospital.vue
@@ -28,7 +28,7 @@
                  @keyup.enter.native="handleQuery"
                />
              </el-form-item>
          <el-form-item label="住院号" prop="patno">
          <el-form-item label="患者编号" prop="patno">
            <el-input
              v-model="patno"
              placeholder="请输入患者编号"
@@ -150,7 +150,7 @@
          </el-table-column>
          <el-table-column
            label="住院号"
            label="患者编号"
            align="center"
            key="patno"
            prop="patno"
@@ -516,7 +516,7 @@
  created() {
    this.getList();
    this.listDept();
    // this.listDept();
    this.gettabList();
  },
  methods: {
@@ -546,12 +546,12 @@
        this.loading = false;
      });
    },
    listDept() {
      listDept(this.queryParams).then((res) => {
        this.deptList = res.data;
        console.log(this.deptList, "this.deptList");
      });
    },
    // listDept() {
    //   listDept(this.queryParams).then((res) => {
    //     this.deptList = res.data;
    //     console.log(this.deptList, "this.deptList");
    //   });
    // },
    /** 查询标签列表 */
    gettabList() {
      const tagqueryParams = {