Ver código fonte

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

vian 5 anos atrás
pai
commit
fb6e20e77f

+ 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);