duy 1 日 前
コミット
42599865c0
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/manager/projectinfo/tree.vue

+ 1 - 1
src/views/manager/projectinfo/tree.vue

@@ -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",