spring
2025-09-02 9a8d3a3e3e153ad4f1971b5da67b963b6841731a
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;