huminmin
8 天以前 9701b4721ca0b1b11f2c02b2438574f0c0771ad9
src/views/personnelManagement/contractManagement/filesDia.vue
@@ -28,18 +28,13 @@
          :tableData="tableData"
          :tableLoading="tableLoading"
          :isSelection="true"
          :page="page"
          @selection-change="handleSelectionChange"
          height="500"
          @pagination="paginationSearch"
          :total="page.total"
      >
      </PIMTable>
         <pagination
            style="margin: 10px 0"
            v-show="total > 0"
            @pagination="paginationSearch"
            :total="total"
            :page="page.current"
            :limit="page.size"
         />
      <template #footer>
        <div class="dialog-footer">
          <el-button @click="closeDia">取消</el-button>
@@ -124,7 +119,7 @@
const getList = () => {
  fileListPage({accountId: currentId.value,accountType:accountType.value, ...page}).then(res => {
    tableData.value = res.data.records;
      total.value = res.data.total;
    page.total = res.data.total;
  })
}
// 表格选择数据