This commit is contained in:
tianshujie
2024-01-30 14:04:17 +08:00
parent b7a943548e
commit 081b4b6b4f
+1 -1
View File
@@ -81,7 +81,7 @@ function setStoryRelated(event)
let $module = $row.find('input[name^="module"]');
let $preview = $row.find('.form-batch-input[data-name="preview"] + button');
if(storyID)
if(storyID > 0)
{
$.getJSON(link, function(data)
{