src/views/procurementManagement/invoiceEntry/components/ExpandTable.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/procurementManagement/invoiceEntry/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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 }) => {