Tony Kang 9 месяцев назад
Родитель
Сommit
5bb422c41d
1 измененных файлов с 6 добавлено и 6 удалено
  1. 6 6
      web/building_saas/pm/js/pm_newMain.js

+ 6 - 6
web/building_saas/pm/js/pm_newMain.js

@@ -414,8 +414,8 @@ const projTreeObj = {
           $('#stop-create-dialog').modal('show');
           return;
         } if (isGlYunStopCreate()) {
-          $('#stop-create-dialog-glyun').modal('show');
-          return;
+          // $('#stop-create-dialog-glyun').modal('show');
+          // return;
         }
         let selectedItem = projTreeObj.tree.selected;
         try {
@@ -446,8 +446,8 @@ const projTreeObj = {
           $('#stop-create-dialog').modal('show');
           return;
         } if (isGlYunStopCreate()) {
-          $('#stop-create-dialog-glyun').modal('show');
-          return;
+          // $('#stop-create-dialog-glyun').modal('show');
+          // return;
         }
         $("#save-as-dialog").modal("show");
       },
@@ -588,8 +588,8 @@ const projTreeObj = {
           $('#stop-create-dialog').modal('show');
           return;
         } if (isGlYunStopCreate()) {
-          $('#stop-create-dialog-glyun').modal('show');
-          return;
+          // $('#stop-create-dialog-glyun').modal('show');
+          // return;
         }
         $("#confirm-import").hide();
         $("#import").modal("show");