From 8d92d998a55006ed07f02cee022e8954e8f10311 Mon Sep 17 00:00:00 2001 From: yujk <990961482@qq.com> Date: Sat, 12 Mar 2022 22:27:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=85=E5=9F=BA=E5=9C=B0=E8=B0=83=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homesteadSurvey/add.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/views/homesteadSurvey/add.vue b/src/views/homesteadSurvey/add.vue index 4aa99120..c22b9bf4 100644 --- a/src/views/homesteadSurvey/add.vue +++ b/src/views/homesteadSurvey/add.vue @@ -3496,6 +3496,7 @@ duration:"1000", onClose:function(){ _this.showdcsh = false + _this.goBack() } }) }); @@ -3520,6 +3521,7 @@ duration:"1000", onClose:function(){ _this.showdcsh = false + _this.goBack() } }) }); @@ -5950,6 +5952,12 @@ }else{ this.form.houseDataConfirmStatus = "CONFIRMED" 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 => { let _this =this this.$toast({