From c1a770f7d71370878bc3d28f5248881b698d7718 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期五, 17 十二月 2021 08:38:46 +0800 Subject: [PATCH] # --- static/js/app.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/static/js/app.js b/static/js/app.js index 187064e..d21848e 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -192,7 +192,7 @@ initStore(); if (Store3DData !== null) { for(var group of Store3DData.data.store.groups) { - let crn = new StoreCrn(group.crn, object); + new StoreCrn(group.crn, object); for (var line of group.lines) { let shelf = new StoreShelf(line); object.addObject(shelf); -- Gitblit v1.9.1