Browse Source

卖家待审核请求传营业执照号

yangc 8 years ago
parent
commit
5fdd17a401

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

@@ -23,7 +23,7 @@ define(['app/app', 'calendar'], function(app) {
             toaster.pop('error', '获取商家的交易信息失败');
         });
 
-        VendorService.getNotDealApplyCount({businessCode: $scope.userInfo.enterprise}, function (data) {
+        VendorService.getNotDealApplyCount({businessCode: $scope.userInfo.enterprise.enBussinessCode}, function (data) {
 
         },function (err) {
             toaster.pop('error', '获取未处理审批数据失败');