gaoluyang
2025-08-08 4928db9a82b2409503c1f8de0cba0513d253e851
src/views/inventoryManagement/dispatchLog/index.vue
@@ -205,7 +205,7 @@
      tableData.value.map((item) => {
        item.children = [];
      });
      total.value = res.total;
      total.value = res.data.total;
    })
    .catch(() => {
      tableLoading.value = false;