删除不动产单元
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -147,7 +147,7 @@ export default { | ... | @@ -147,7 +147,7 @@ export default { |
147 | }).then(res => { | 147 | }).then(res => { |
148 | if(res.code == 200){ | 148 | if(res.code == 200){ |
149 | this.$message.success("删除成功"); | 149 | this.$message.success("删除成功"); |
150 | this.updateDialog(); | 150 | this.loadBdcdylist(); |
151 | }else{ | 151 | }else{ |
152 | this.$message.error(res.message) | 152 | this.$message.error(res.message) |
153 | } | 153 | } |
... | @@ -172,7 +172,7 @@ export default { | ... | @@ -172,7 +172,7 @@ export default { |
172 | }, | 172 | }, |
173 | cancel: function () { }, //取消事件的回调 | 173 | cancel: function () { }, //取消事件的回调 |
174 | confirm: function () { | 174 | confirm: function () { |
175 | that.updateDialog(); | 175 | that.loadBdcdylist(); |
176 | }, //确认事件的回调 | 176 | }, //确认事件的回调 |
177 | }) | 177 | }) |
178 | }, | 178 | }, | ... | ... |
-
Please register or sign in to post a comment