Browse Source

采购物料搜索方法的更新

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@9693 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
hejq 8 years ago
parent
commit
f4f2d4f7e2
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

@@ -17669,6 +17669,7 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
 
 
 		// 搜索框回车
 		// 搜索框回车
 		$scope.onSearch = function() {
 		$scope.onSearch = function() {
+			$scope.searchMethod = true;
 			$scope.tableParams.page(1);
 			$scope.tableParams.page(1);
 			$scope.tableParams.reload();
 			$scope.tableParams.reload();
 		};
 		};