Browse Source

删除goodsStatisticsCtrl

yangc 7 years ago
parent
commit
a34b62813f

+ 1 - 1
src/main/webapp/resources/js/admin/controllers/trade/goodsStatisticsCtrl.js

@@ -1,6 +1,6 @@
 define([ 'app/app' ], function(app) {
 	//在售商品信息统计
-	app.register.controller('goodsStatisticsCtrl', ['$scope', 'Goods', 'toaster', 'ComponentActive', 'BrandActive', 'Goods', 'CommonCountAPI', function($scope, Goods, toaster, ComponentActive, BrandActive, Goods, CommonCountAPI) {
+	app.register.controller('goodsStatisticsCtrl', ['$scope', 'Goods', 'toaster', 'ComponentActive', 'BrandActive', 'CommonCountAPI', function($scope, toaster, ComponentActive, BrandActive, Goods, CommonCountAPI) {
 		// 在售商品信息汇总
 		Goods.getStatistics({}, {}, function(data) {
 			$scope.statistics = data;