#
luxiaotao1123
2021-12-17 c1a770f7d71370878bc3d28f5248881b698d7718
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);