|
@@ -556,6 +556,7 @@ $(document).ready(function() {
|
|
|
filingObj.filingTree.updateNode(node);
|
|
|
},
|
|
|
beforeRemove: function(key, node, isCancel) {
|
|
|
+ filingObj.selectRemoveNode = node;
|
|
|
$('#del-filing').modal('show');
|
|
|
return false;
|
|
|
},
|
|
@@ -653,7 +654,7 @@ $(document).ready(function() {
|
|
|
// $('#del-filing').modal('show');
|
|
|
// });
|
|
|
$('#del-filing-ok').click(() => {
|
|
|
- filingObj.delFiling(filingObj.curFiling, function() {
|
|
|
+ filingObj.delFiling(filingObj.selectRemoveNode, function() {
|
|
|
$('#del-filing').modal('hide');
|
|
|
});
|
|
|
});
|