mirror of
https://github.com/weizhiqiang1995/erp-pro.git
synced 2025-01-10 17:28:10 +08:00
confirm取消遮罩层存在问题
This commit is contained in:
parent
a7d74fa76d
commit
a3f67052be
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ var layer = {
|
|||
content: content,
|
||||
btn: ready.btn,
|
||||
yes: yes,
|
||||
btn2: cancel
|
||||
btn2: cancel ? cancel: function(){$("body").find(".mask-req-str").remove();}
|
||||
}, type ? {} : options));
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue