From db510531f4fbb09d23088a6660e4eacf1a971f05 Mon Sep 17 00:00:00 2001 From: SiGool Date: Fri, 4 Aug 2023 03:07:40 +0000 Subject: [PATCH] =?UTF-8?q?update=20public/assets/js/require-form.js.=20?= =?UTF-8?q?=E6=8C=87=E5=90=91=E5=90=8C=E4=B8=80=E4=B8=AAoptions=E4=BA=86?= =?UTF-8?q?=EF=BC=8C=E5=90=8E=E9=9D=A2=E6=97=B6=E9=97=B4=E5=8C=BA=E9=97=B4?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E5=88=9D=E5=A7=8B=E5=8C=96=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=8F=97=E5=88=B0=E5=89=8D=E9=9D=A2=E7=9A=84?= =?UTF-8?q?=E5=B9=B2=E6=89=B0=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: SiGool --- public/assets/js/require-form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/assets/js/require-form.js b/public/assets/js/require-form.js index 0bb2a1e50..e4c2cc928 100755 --- a/public/assets/js/require-form.js +++ b/public/assets/js/require-form.js @@ -225,7 +225,7 @@ define(['jquery', 'bootstrap', 'upload', 'validator', 'validator-lang'], functio $(this).on('cancel.daterangepicker', function (ev, picker) { $(this).val('').trigger('change'); }); - $(this).daterangepicker($.extend(true, options, $(this).data() || {}, $(this).data("daterangepicker-options") || {})); + $(this).daterangepicker($.extend(true, {}, options, $(this).data() || {}, $(this).data("daterangepicker-options") || {})); }); }); } -- Gitee