22a2d544 by zhaoqian

户表单的验证

1 parent abd57533
...@@ -473,6 +473,8 @@ ...@@ -473,6 +473,8 @@
473 this.reset(); 473 this.reset();
474 }) 474 })
475 this.close(); 475 this.close();
476 }else {
477 this.$message.error(res.message)
476 } 478 }
477 }) 479 })
478 }else{ 480 }else{
......