|
@@ -3910,7 +3910,7 @@ closeOtherExpandedNodes(tree, keepOpenPath) {
|
|
|
|
|
|
|
|
|
if(this.isNodeType){
|
|
|
- removeTableById(row.id, this.projectid, this.id).then(() => {
|
|
|
+ removeTableById(row.id, this.projectid, this.id,row.pKeyId).then(() => {
|
|
|
this.formData.splice(index, 1);
|
|
|
this.$message({
|
|
|
type: "success",
|