From 49830178805921f0eaec9b1cb58301898586d79c Mon Sep 17 00:00:00 2001 From: TanYibin <5491541@qq.com> Date: Mon, 9 Sep 2024 16:45:46 +0800 Subject: [PATCH] 子表分页查询BUG修复 --- ant-design-vue-jeecg/src/views/system/stocktaking/CycleCountDetailList.vue | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/ant-design-vue-jeecg/src/views/system/stocktaking/CycleCountDetailList.vue b/ant-design-vue-jeecg/src/views/system/stocktaking/CycleCountDetailList.vue index d1dd8bf..6757900 100644 --- a/ant-design-vue-jeecg/src/views/system/stocktaking/CycleCountDetailList.vue +++ b/ant-design-vue-jeecg/src/views/system/stocktaking/CycleCountDetailList.vue @@ -307,7 +307,6 @@ this.loadData(1) }, loadData(arg) { - debugger if (!arg) { return } -- libgit2 0.22.2