yaowanxin
2 天以前 62edc8fceb830c85f2a81a525fb9dbbefaac7153
Merge remote-tracking branch 'origin/dev_New' into dev_New
已修改1个文件
3 ■■■■ 文件已修改
src/views/personnelManagement/contractManagement/filesDia.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/personnelManagement/contractManagement/filesDia.vue
@@ -28,6 +28,7 @@
          :tableData="tableData"
          :tableLoading="tableLoading"
          :isSelection="true"
          :page="page"
          @selection-change="handleSelectionChange"
          height="500"
          @pagination="paginationSearch"
@@ -118,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;
  })
}
// 表格选择数据