From 55cb30b5be3d5d460c0cb541f6b669ce947728d0 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期二, 21 十二月 2021 13:48:17 +0800
Subject: [PATCH] #

---
 static/js/app.js |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/static/js/app.js b/static/js/app.js
index ff2244a..a71d692 100644
--- a/static/js/app.js
+++ b/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) {

--
Gitblit v1.9.1