| @@ -3496,6 +3496,7 @@ | |||||
| duration:"1000", | duration:"1000", | ||||
| onClose:function(){ | onClose:function(){ | ||||
| _this.showdcsh = false | _this.showdcsh = false | ||||
| _this.goBack() | |||||
| } | } | ||||
| }) | }) | ||||
| }); | }); | ||||
| @@ -3520,6 +3521,7 @@ | |||||
| duration:"1000", | duration:"1000", | ||||
| onClose:function(){ | onClose:function(){ | ||||
| _this.showdcsh = false | _this.showdcsh = false | ||||
| _this.goBack() | |||||
| } | } | ||||
| }) | }) | ||||
| }); | }); | ||||
| @@ -5950,6 +5952,12 @@ | |||||
| }else{ | }else{ | ||||
| this.form.houseDataConfirmStatus = "CONFIRMED" | this.form.houseDataConfirmStatus = "CONFIRMED" | ||||
| this.form.zjdAudit = '0' | this.form.zjdAudit = '0' | ||||
| let param ={ | |||||
| zjddm : this.item.zjddm, | |||||
| houseDataConfirmStatus : "CONFIRMED" | |||||
| } | |||||
| updateZrzStatus(param).then(res => {}) | |||||
| updateFsssStatus(param).then(res => {}) | |||||
| updateZjdzd(this.form).then(response => { | updateZjdzd(this.form).then(response => { | ||||
| let _this =this | let _this =this | ||||
| this.$toast({ | this.$toast({ | ||||