Commit 49830178805921f0eaec9b1cb58301898586d79c

Authored by 谭毅彬
1 parent 76ff3930

子表分页查询BUG修复

Signed-off-by: TanYibin <5491541@qq.com>
ant-design-vue-jeecg/src/views/system/stocktaking/CycleCountDetailList.vue
... ... @@ -307,7 +307,6 @@
307 307 this.loadData(1)
308 308 },
309 309 loadData(arg) {
310   - debugger
311 310 if (!arg) {
312 311 return
313 312 }
... ...