WXL
2025-04-01 81ffbda9c4396086a740c988ae634c57a27f868d
src/views/patient/subsequent/index.vue
@@ -192,7 +192,7 @@
      <el-table
        v-loading="loading"
        :data="userList"
        height="660"
        height="808"
        :row-class-name="tableRowClassName"
        @selection-change="handleSelectionChange"
      >
@@ -291,8 +291,8 @@
        <el-table-column
          label="随访人员"
          align="center"
          key="createBy"
          prop="createBy"
          key="updateBy"
          prop="updateBy"
          width="120"
        />
        <el-table-column
@@ -783,6 +783,7 @@
        pageSize: 10,
        serviceType: 5,
        searchscope: 3,
        sendstate:2,
        scopetype: [],
        leaveldeptcodes: [],
        leavehospitaldistrictcodes: [],
@@ -1027,6 +1028,7 @@
        pageSize: 10,
        serviceType: 5,
        searchscope: 2,
        sendstate:2,
      };
      this.handleQuery(1);
    },