新建逻辑幢表单校验提示
Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -322,6 +322,8 @@ export default { | ... | @@ -322,6 +322,8 @@ export default { |
| 322 | this.$parent.$parent.getLpbMenuTree(bsm); | 322 | this.$parent.$parent.getLpbMenuTree(bsm); |
| 323 | //关闭弹框 | 323 | //关闭弹框 |
| 324 | this.$parent.$parent.closeDaialog(); | 324 | this.$parent.$parent.closeDaialog(); |
| 325 | }else{ | ||
| 326 | this.$message.error(res.message); | ||
| 325 | } | 327 | } |
| 326 | }); | 328 | }); |
| 327 | }, | 329 | }, | ... | ... |
-
Please register or sign in to post a comment