户表单的验证
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -644,9 +644,9 @@ | ... | @@ -644,9 +644,9 @@ |
644 | if(res.result!=null){ | 644 | if(res.result!=null){ |
645 | this.tableData=res.result; | 645 | this.tableData=res.result; |
646 | if(this.tableData.length===0){ | 646 | if(this.tableData.length===0){ |
647 | // this.gyfs=this.$store.state.gyfsList[0].bsm; | 647 | this.gyfs=this.$store.state.gyfsList[0].bsm; |
648 | }else { | 648 | }else { |
649 | // this.gyfs=res.result[0].gyfsbsm; | 649 | this.gyfs=res.result[0].gyfsbsm; |
650 | } | 650 | } |
651 | } | 651 | } |
652 | } | 652 | } | ... | ... |
-
Please register or sign in to post a comment