spring
4 天以前 a9600ae56b844289a04e1a7385cf0ccfc384cd08
src/views/procurementManagement/invoiceEntry/index.vue
@@ -186,8 +186,10 @@
const handleDelete = () => {};
const expandChange = async (row, expandedRows) => {
  await nextTick();
  expandTableRef.value.getList(row.id);
  if (expandedRows.length > 0) {
    await nextTick();
    expandTableRef.value.getList(row.id);
  }
};
const changePage = ({ page }) => {