From 73a9af8db79c4b22aa1f197c4f3b1f4e766e7269 Mon Sep 17 00:00:00 2001 From: yangjian Date: Sat, 6 Mar 2021 21:19:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BF=AE=E6=94=B9=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E4=BF=9D=E5=AD=98=E6=93=8D=E4=BD=9C=E7=9A=84=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=BA=A4=E4=BA=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/app_doc/editor/modify_doc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/app_doc/editor/modify_doc.html b/template/app_doc/editor/modify_doc.html index ea91b5d..07b1d6f 100644 --- a/template/app_doc/editor/modify_doc.html +++ b/template/app_doc/editor/modify_doc.html @@ -311,8 +311,8 @@ }else{ layer.msg('保存成功',{time:1000},function(){ md_changed = false; - //跳转到文档修改 - window.location.href = "/modify_doc/{{doc.id}}/"; + $('button.layui-btn').attr("disabled",false); + $('button.layui-btn').removeClass('layui-btn-disabled'); }); } }else{