Browse Source

fix: 调整项目管理同步数据成功后关闭弹窗

lanjianrong 3 năm trước cách đây
mục cha
commit
9c142f9d58
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/public/js/global.js

+ 1 - 0
app/public/js/global.js

@@ -165,6 +165,7 @@ $(function(){
               setTimeout(() => {
                 const { redirect } = data
                 redirect && window.open(redirect)
+                $('#process-management').modal('hide')
               }, 150);
             }, 500);
           }