Browse Source

补充工料机modal窗口点击确定有时modal还在的情况

zhongzewei 7 years atrás
parent
commit
8ea3a5c6b0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      web/building_saas/complementary_glj_lib/js/components.js

+ 1 - 0
web/building_saas/complementary_glj_lib/js/components.js

@@ -237,6 +237,7 @@ let componentOprObj = {
             }
             updateArr.push(re.currentGlj);
             that.updateComponent(updateArr);
+            $('#componentsCacnel').click();
         });
     }
 };