Browse Source

待审核数量请求

yangc 8 years ago
parent
commit
fbe0981e6d

+ 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) {