Explorar el Código

更新账户中心链接地址为当前账套对应的链接地址

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@7208 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
hejq hace 9 años
padre
commit
f1ac466549
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      src/main/webapp/resources/js/index/app.js

+ 1 - 2
src/main/webapp/resources/js/index/app.js

@@ -7865,9 +7865,8 @@ app.controller('SaleSendCtrl', ['$scope', '$filter', 'SaleSend', 'ngTableParams'
 	}]);
 	
 	app.controller('BusinessGroupsCtrl', ['$scope', 'GetProductInfo', function($scope, GetProductInfo) {
-		console.log('enter');
 		GetProductInfo.businessGroups({}, function(data) {
-			
+			window.open(data.url);
 		}, function(response) {
 			
 		});