Explorar o código

fix:导出结束后关闭导出窗口

vian %!s(int64=5) %!d(string=hai) anos
pai
achega
fb6e20e77f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      web/building_saas/standard_interface/export/view.js

+ 1 - 0
web/building_saas/standard_interface/export/view.js

@@ -59,6 +59,7 @@ const EXPORT_VIEW = (() => {
                     // 导出文件
                     await _base.exportFile(_exportCache, INTERFACE_EXPORT.saveAsFile || INTERFACE_EXPORT_BASE.defaultSaveAs);
                 }
+                $('#interface-export-modal').modal('hide');
             } catch (err) {
                 console.log(err);
                 alert(err);