* Modify the code.

This commit is contained in:
tianshujie
2022-03-11 14:43:18 +08:00
parent c353ff2b06
commit 2e3438edfc
+2 -2
View File
@@ -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);
}
});
}