spring
2025-08-15 ff143d04206551a89b31a9fadfdb2de2f3ddc4e9
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;