From 2e3438edfc5c072e259dcc47cabab98c0005ab2f Mon Sep 17 00:00:00 2001 From: tianshujie Date: Fri, 11 Mar 2022 14:43:18 +0800 Subject: [PATCH] * Modify the code. --- module/task/js/common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/task/js/common.js b/module/task/js/common.js index 93760e7666..cad7f13d6f 100644 --- a/module/task/js/common.js +++ b/module/task/js/common.js @@ -13,8 +13,8 @@ function setStoryModule() $("#module").trigger("chosen:updated"); $('#storyEstimate').val(storyInfo.estimate); - $('#storyPri' ).val(storyInfo.pri); - $('#storyDesc' ).val(storyInfo.spec); + $('#storyPri').val(storyInfo.pri); + $('#storyDesc').val(storyInfo.spec); } }); }