From cc6d5f5fb6bbb23e88a95752a6e5265323d1c7d9 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期五, 17 十二月 2021 09:00:03 +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