소스 검색

待审核数量请求

yangc 8 년 전
부모
커밋
fbe0981e6d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/webapp/resources/js/vendor/controllers/forstore/vendor_index_ctrl.js

+ 1 - 1
src/main/webapp/resources/js/vendor/controllers/forstore/vendor_index_ctrl.js

@@ -22,7 +22,7 @@ define(['app/app', 'calendar'], function(app) {
         }, function (response) {
             toaster.pop('error', '获取商家的交易信息失败');
         });
-        
+
         VendorService.getNotDealApplyCount({businessCode: $scope.userInfo.enterprise}, function (data) {
 
         },function (err) {