Browse Source

批量回复销售单增加加载状态

hejq 7 years ago
parent
commit
308dbf3d29
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/resources/js/index/app.js

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

@@ -3343,8 +3343,8 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
                     resolve: {}
                     resolve: {}
                 });
                 });
                 modalInstance.result.then(function(data) {
                 modalInstance.result.then(function(data) {
+                    $scope.loading = true;
                     var reply = data;
                     var reply = data;
-                    console.log(reply);
                     var date = null;
                     var date = null;
                     if (reply.date && reply.method == 1) {
                     if (reply.date && reply.method == 1) {
                         date = reply.date.getTime();
                         date = reply.date.getTime();