Kaynağa Gözat

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

hejq 7 yıl önce
ebeveyn
işleme
308dbf3d29
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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: {}
                 });
                 modalInstance.result.then(function(data) {
+                    $scope.loading = true;
                     var reply = data;
-                    console.log(reply);
                     var date = null;
                     if (reply.date && reply.method == 1) {
                         date = reply.date.getTime();