Commit 49c45fd867d903d8e19ad1b7af28b24fe2dd390e
1 parent
55a008e9
fix: DEFECT-565 drag close button can complete form input
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -14129,6 +14129,7 @@ class HandleDataInteraction { | @@ -14129,6 +14129,7 @@ class HandleDataInteraction { | ||
14129 | 14129 | ||
14130 | }, | 14130 | }, |
14131 | async success(layero, index) { | 14131 | async success(layero, index) { |
14132 | + $('.layui-layer-setwin a').removeAttr('href') | ||
14132 | form.render() | 14133 | form.render() |
14133 | }, | 14134 | }, |
14134 | }) | 14135 | }) |