Modified the EmailMessages interface

pull/96/head
tianlinzhong 2021-12-13 17:13:11 +08:00
parent 905cd6f870
commit 45e9bd9e7e
1 changed files with 2 additions and 2 deletions

View File

@ -30,12 +30,12 @@ app.controller('EmailMessageOptionController', function(
};
$scope.execute = function() {
var startdatetime, dateend;
var startdatetime, enddatetime;
var query = {
startdatetime: $scope.daterange.startDate.format().slice(0, 10),
enddatetime: $scope.daterange.endDate.format().slice(0, 10)
};
console.log(query.startdatetime,query.enddatetime)
$scope.$emit('handleEmitEmailMessageOptionChanged', {
load: true,
period:$scope.currentPeriod