Browse Source

清除掉上次已选择的供应商信息

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@7933 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
hejq 9 years ago
parent
commit
6c642be72a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/webapp/resources/js/index/app.js

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

@@ -2737,6 +2737,7 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'service/Purc', 'ser
 		BaseService.scrollBackToTop();
 		$scope.status = 'InquiryNew';
 		$scope.active = 'all';
+		$rootScope.tenderVendor = null;// 清除掉已选择的
 		var getService = function() {
 			return GetProductInfo;
 		};