Hu Jie 7 лет назад
Родитель
Сommit
ce47f4ea5a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/webapp/resources/js/index/app.js

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

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