Browse Source

版本恢复

moshaorui 4 months ago
parent
commit
21c77e8570
1 changed files with 2 additions and 0 deletions
  1. 2 0
      resources/views/admin/pages-custom/ace.blade.php

+ 2 - 0
resources/views/admin/pages-custom/ace.blade.php

@@ -556,6 +556,8 @@
                 Dcat.error('操作失败:请先选择模板');
                 return false;
             }
+            //移除历史记录内容
+            $('#contentDetails').html('');
             $.ajax({
                 url: '/prime-control/dist-template/ace',
                 method: 'POST',