曹睿
4 天以前 5a6b804b09a00ef3d296702453274f654cf5aad4
fix: 修复来票登记,关闭展开栏的报错
已修改2个文件
4 ■■■ 文件已修改
src/views/procurementManagement/invoiceEntry/components/ExpandTable.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/procurementManagement/invoiceEntry/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/procurementManagement/invoiceEntry/components/ExpandTable.vue
@@ -4,7 +4,7 @@
    :column="columns"
    :tableData="dataList"
    :tableLoading="loading"
    height="300px"
    height="auto"
  >
  </PIMTable>
</template>
src/views/procurementManagement/invoiceEntry/index.vue
@@ -178,8 +178,10 @@
const handleDelete = () => {};
const expandChange = async (row, expandedRows) => {
  if (expandedRows.length > 0) {
  await nextTick();
  expandTableRef.value.getList(row.id);
  }
};
const changePage = ({ page }) => {