Parcourir la source

采购变更单搜索修改

Hu Jie il y a 7 ans
Parent
commit
ce47f4ea5a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.page(1);
                 $scope.tableParams.reload();
                 $scope.tableParams.reload();
             };
             };