diff --git a/src/views/homesteadSurvey/add.vue b/src/views/homesteadSurvey/add.vue index e79ac838..00cb1e22 100644 --- a/src/views/homesteadSurvey/add.vue +++ b/src/views/homesteadSurvey/add.vue @@ -446,15 +446,34 @@ placeholder="备注" maxlength="200" /> + +
-
- 待核查 - 已核查 - 已驳回 - 有异常 - 无异常 -
保存
@@ -588,10 +607,10 @@

添加附属设施信息

-
- 异常标记 - 签名确认 - 调查审核 +
+ 异常标记 + 签名确认 + 调查审核
@@ -2740,7 +2759,7 @@ 清空画板 - 保存签名 + 保存确认 { + let _this =this + this.$toast({ + icon: 'success', // 找到自己需要的图标 + message: '审核成功', + duration:"1000", + onClose:function(){ + _this.showdcsh = false + } + }) + }); + }else{ + updateZjdzd(this.form).then(response => { + let _this =this + this.$toast({ + icon: 'success', // 找到自己需要的图标 + message: '审核成功', + duration:"1000", + onClose:function(){ + _this.showdcsh = false + } + }) + }); + } }, saveyc(){ this.showycbj = false diff --git a/src/views/homesteadSurvey/index.vue b/src/views/homesteadSurvey/index.vue index 0b8607fa..a374335b 100644 --- a/src/views/homesteadSurvey/index.vue +++ b/src/views/homesteadSurvey/index.vue @@ -224,7 +224,6 @@ this.taskExecutortions = response.data }) getInfo().then(response => { - console.log(response) this.nickName = response.user.nickName this.businessLevel = response.user.businessLevel this.queryParams.taskExecutor = response.user.userName diff --git a/src/views/homesteadSurvey/list.vue b/src/views/homesteadSurvey/list.vue index b9c632f4..cde2d4fe 100644 --- a/src/views/homesteadSurvey/list.vue +++ b/src/views/homesteadSurvey/list.vue @@ -69,12 +69,12 @@

{{limitWords(item.syqr)}} 查看详情 开始调查 - 删除 + 删除

查看详情 开始调查 - 删除 + 删除