fix: customized settle files

master
Yixian 3 years ago
parent 32bd85f78d
commit bfa9890c1a

@ -275,7 +275,7 @@ define(['angular', 'decimal', 'uiBootstrap', 'uiRouter', 'angularEcharts'], func
controller: 'customizedDialogCtrl', controller: 'customizedDialogCtrl',
resolve: { resolve: {
customizedLogs: function () { customizedLogs: function () {
return $http.get('/sys/settlement/customized_settlements/dates/' + $scope.datePattern) return $http.get('/sys/settlement/customized_settle/dates/' + $scope.datePattern)
} }
} }
}) })

Loading…
Cancel
Save