From 9b9d7addb6f19bbf7971dcbcfcee58fbb81d6c66 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Wed, 10 Aug 2022 16:05:10 +0800 Subject: [PATCH] * Fix bug #26243. --- module/execution/js/story.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/module/execution/js/story.js b/module/execution/js/story.js index acf01a4c38..0c84c72723 100644 --- a/module/execution/js/story.js +++ b/module/execution/js/story.js @@ -49,6 +49,10 @@ $(function() } storyIdList += $(this).val() + ','; }); + + $('#type').val('').trigger("chosen:updated"); + $('#hourPointValue').val(''); + $('input[name^=fields]').prop('checked', true); }); $('#submit').click(function()