git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@9693 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
@@ -17669,6 +17669,7 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
// 搜索框回车
$scope.onSearch = function() {
+ $scope.searchMethod = true;
$scope.tableParams.page(1);
$scope.tableParams.reload();
};