Dante 11 年之前
父节点
当前提交
38f965adf7
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      assets/bootstrap-dialog/js/bootstrap-dialog.js
  2. 1 1
      assets/bootstrap-dialog/js/bootstrap-dialog.min.js

+ 1 - 1
assets/bootstrap-dialog/js/bootstrap-dialog.js

@@ -1064,10 +1064,10 @@
             return this;
             return this;
         },
         },
         close: function() {
         close: function() {
-            this.getModal().modal('hide');
             if (this.isAutodestroy()) {
             if (this.isAutodestroy()) {
                 delete BootstrapDialog.dialogs[this.getId()];
                 delete BootstrapDialog.dialogs[this.getId()];
             }
             }
+            this.getModal().modal('hide');
             this.setOpened(false);
             this.setOpened(false);
 
 
             return this;
             return this;

文件差异内容过多而无法显示
+ 1 - 1
assets/bootstrap-dialog/js/bootstrap-dialog.min.js