This commit is contained in:
hufangzhou
2023-09-08 05:21:26 +00:00
parent 5d32e0983a
commit f21d9727c6
+1 -1
View File
@@ -173,7 +173,7 @@
{
if(confirm('<?php echo $lang->ai->prompts->action->deleteConfirm;?>'))
{
$.getJSON($(this).attr('href'), function(resp)
$.getJSON($(this).data('href'), function(resp)
{
if(resp.result != 'success') $.zui.messager.danger(resp.message);
return location.reload();