|
@@ -831,10 +831,11 @@ $('#insert').click(function () {
|
|
|
ProjectController.addRation(project, controller, selected.data.type);
|
|
|
};
|
|
|
});
|
|
|
-$('#delete').click(function () {
|
|
|
|
|
|
-$("#delete_row").modal({show:true});//弹出删除提示框;
|
|
|
+$('#delete').click(function () {
|
|
|
+ $("#delete_row").modal({show:true});//弹出删除提示框;
|
|
|
});
|
|
|
+
|
|
|
$('#upLevel').click(function () {
|
|
|
var controller = projectObj.mainController, project = projectObj.project;
|
|
|
var selected = controller.tree.selected, orgParent = selected.parent;
|
|
@@ -1078,7 +1079,6 @@ $('#deleteY').click(function () { //正常删除,级联删除子项
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- cbTools.refreshFormulaNodes();
|
|
|
});
|
|
|
|
|
|
$('#deleteN').click(function () {//不删除子项
|