fix 二级商户查询三级商户

master
luoyang 5 years ago
parent d62dfbccc0
commit 936c792b2c

@ -202,7 +202,6 @@ define(['angular', 'uiBootstrap', 'uiRouter'], function (angular) {
//console.log($rootScope.currentUser.client.clientList); //console.log($rootScope.currentUser.client.clientList);
}) })
}else{ }else{
$scope.loadTradeLogs(1); $scope.loadTradeLogs(1);
} }

@ -59,7 +59,7 @@ define(['angular', 'uiBootstrap', 'uiRouter'], function (angular) {
var day = new Date(); var day = new Date();
day.setDate(day.getDate() - 7); day.setDate(day.getDate() - 7);
$scope.params.datefrom = day; $scope.params.datefrom = day;
$scope.loadTradeLogs(1); $scope.chooseClient('all');
}; };
$scope.thisMonth = function () { $scope.thisMonth = function () {
$scope.params.dateto = new Date(); $scope.params.dateto = new Date();

Loading…
Cancel
Save