Browse Source

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

zhongzewei 7 năm trước cách đây
mục cha
commit
8ea3a5c6b0
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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();
         });
     }
 };