|
|
@@ -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', '获取未处理审批数据失败');
|