户编辑保存时传入bsm
Showing
1 changed file
with
0 additions
and
2 deletions
... | @@ -526,7 +526,6 @@ | ... | @@ -526,7 +526,6 @@ |
526 | }, | 526 | }, |
527 | created(){ | 527 | created(){ |
528 | let bsm=this.$store.state.hbsm | 528 | let bsm=this.$store.state.hbsm |
529 | // console.log(bsm,'户BSM') | ||
530 | if (bsm) { | 529 | if (bsm) { |
531 | this.getHInfo(bsm); | 530 | this.getHInfo(bsm); |
532 | } | 531 | } |
... | @@ -705,7 +704,6 @@ | ... | @@ -705,7 +704,6 @@ |
705 | }, | 704 | }, |
706 | //保存户信息 | 705 | //保存户信息 |
707 | onSave(){ | 706 | onSave(){ |
708 | this.form.bsm=this.$store.state.hbsm; | ||
709 | this.form.qlxzList= this.$refs.qlxzModule.getQlxzDataList(); | 707 | this.form.qlxzList= this.$refs.qlxzModule.getQlxzDataList(); |
710 | if(this.form.scyclx==='0'){ | 708 | if(this.form.scyclx==='0'){ |
711 | this.form.jzmj = this.form.ycjzmj; | 709 | this.form.jzmj = this.form.ycjzmj; | ... | ... |
-
Please register or sign in to post a comment