Merge branch '15.0' of https://gitlab.zcorp.cc/easycorp/zentaopms into 15.0
This commit is contained in:
@@ -113,7 +113,7 @@ $(function()
|
||||
{
|
||||
$.getJSON(createLink('misc', 'getRemind'), function(response)
|
||||
{
|
||||
if(!response || !response.data) return;
|
||||
if(!response || !response.data || !response.data.content) return;
|
||||
|
||||
var myModalTrigger = new $.zui.ModalTrigger(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user