!160 daterangepicker组件改进

Merge pull request !160 from 无木/master
pull/160/MERGE
Karson 2019-12-12 20:42:00 +08:00 committed by Gitee
commit d868c0fed3
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ define(['jquery', 'bootstrap', 'upload', 'validator'], function ($, undefined, U
$(this).on('cancel.daterangepicker', function (ev, picker) {
$(this).val('').trigger('blur');
});
$(this).daterangepicker($.extend({}, options, $(this).data()), callback);
$(this).daterangepicker($.extend(true, options, $(this).data()), callback);
});
});
}