From ff7b4b991990e8528faa686f8db5f101239c6bd1 Mon Sep 17 00:00:00 2001
From: CJJ <Administrator@192.168.10.25>
Date: 星期五, 30 十一月 2018 17:32:31 +0800
Subject: [PATCH] 2222

---
 gx_tieta/WebRoot/pages/js/pages/index-common.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/gx_tieta/WebRoot/pages/js/pages/index-common.js b/gx_tieta/WebRoot/pages/js/pages/index-common.js
index 6a683c0..8a0c0f8 100644
--- a/gx_tieta/WebRoot/pages/js/pages/index-common.js
+++ b/gx_tieta/WebRoot/pages/js/pages/index-common.js
@@ -45,10 +45,12 @@
 					var data = rs.data[0];
 					var rsStatus = formaterPieStauts(data);
 					pieItems = getPieList(rsStatus);
+				}else {
+					pieItems = getPieList([1, 1, 1, 1]);
 				}
 			}
 		});
-		
+		//console.log(pieItems);
 		return pieItems;
 	}
 	

--
Gitblit v1.9.1