* Fix bug#30144.

This commit is contained in:
xieqiyu
2023-02-01 16:23:59 +08:00
parent fd06ece2f1
commit 770750c9db
+1 -1
View File
@@ -2284,7 +2284,7 @@ class story extends control
}
else
{
return print(js::closeModal('parent.parent', 'this', 'function(){parent.parent.$(\'[data-ride="searchList"]\').searchList();}'));
return print(js::reload('parent.parent'));
}
}
return print(js::locate($this->createLink('story', 'view', "storyID=$storyID&version=0&param=0&storyType=$storyType"), 'parent'));