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