50a87cda by 杨威

户编辑保存时传入bsm

1 parent 4af9e057
......@@ -526,7 +526,6 @@
},
created(){
let bsm=this.$store.state.hbsm
// console.log(bsm,'户BSM')
if (bsm) {
this.getHInfo(bsm);
}
......@@ -705,7 +704,6 @@
},
//保存户信息
onSave(){
this.form.bsm=this.$store.state.hbsm;
this.form.qlxzList= this.$refs.qlxzModule.getQlxzDataList();
if(this.form.scyclx==='0'){
this.form.jzmj = this.form.ycjzmj;
......