| | |
| | | console.log(111) |
| | | console.log("信息") |
| | | console.log(this.marryList.marryStatus); |
| | | //alert(this.marryList.bearStatus) |
| | | if(this.marryList.marryStatus===3){ |
| | | this.showOldSpouse = true; |
| | | } else{ |
| | |
| | | //修改后的保存 |
| | | |
| | | submitForm() { |
| | | if(parseInt(this.mrs)) |
| | | if(this.mrs!=undefined) |
| | | this.marryList.marryStatus = parseInt(this.mrs) |
| | | if(parseInt(this.smrs)) |
| | | if(this.smrs!=undefined) |
| | | this.marryList.spouseMarryStatus = parseInt(this.smrs) |
| | | if(parseInt(this.bear)) |
| | | // console.log(this.bear) |
| | | // alert(this.bear) |
| | | // if( parseInt(this.bear)) |
| | | if(this.bear!=undefined) |
| | | this.marryList.bearStatus = parseInt(this.bear) |
| | | |
| | | this.marryList.oneBorn = parseInt(this.onebear) |
| | | this.marryList.handbookStatus =parseInt(this.handsj) |
| | | this.marryList.sex = this.sinds |