9a3c57e0 by 蔡俊立

删除不动产单元

1 parent 535c7358
......@@ -147,7 +147,7 @@ export default {
}).then(res => {
if(res.code == 200){
this.$message.success("删除成功");
this.updateDialog();
this.loadBdcdylist();
}else{
this.$message.error(res.message)
}
......@@ -172,7 +172,7 @@ export default {
},
cancel: function () { }, //取消事件的回调
confirm: function () {
that.updateDialog();
that.loadBdcdylist();
}, //确认事件的回调
})
},
......