@@ -379,7 +379,8 @@
});
this.attachmentVisible = false;
this.tableloading = false;
- this.closeDeal();
+ window.parent.goParent();
+ // this.closeDeal();
} else {
this.$message.error({message : response.data.message, offset : 70});