#
luxiaotao1123
2021-12-21 55cb30b5be3d5d460c0cb541f6b669ce947728d0
static/js/app.js
@@ -326,7 +326,6 @@
      }
      this.initStoreObjects = function (object) {
         if (this.firstTime === 1) {
            // initStore();
            if (Store3DData !== undefined && Store3DData !== null) {
               for(var group of Store3DData.data.store.groups) {
                  new StoreCrn(group.crn, object);
@@ -354,7 +353,7 @@
         }
      }
      this.queryCrn = function () {
         if (CrnDatas !== null) {
         if (CrnDatas !== null && this.firstTime === 0) {
            for (let crnData of CrnDatas) {
               let crnTask = getArrVal(this.crnTasks, "crnNo", crnData.crnNo);
               if (null == crnTask) {