Explorar o código

采购物料搜索方法的更新

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@9693 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
hejq %!s(int64=8) %!d(string=hai) anos
pai
achega
f4f2d4f7e2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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.searchMethod = true;
 			$scope.tableParams.page(1);
 			$scope.tableParams.reload();
 		};