瀏覽代碼

fix: 公路云控制调整

Tony Kang 9 月之前
父節點
當前提交
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");