|
|
@@ -94,7 +94,7 @@ |
|
|
|
<!-- <p v-if="item.zjdAudit=='1'" style="color:#7AC943;background:rgba(122,201,67,0.2);font-size:12px;padding: 5px;line-height: 1;border-radius: 5px;">已审核</p>--> |
|
|
|
<!-- <p v-if="item.zjdAudit=='2'" style="color:#ee0a24;font-size:12px;">已驳回</p>--> |
|
|
|
<p v-if="item.surveyStatus != '5'" style="display: flex;align-items: center;color:#22B7F2;font-size:12px;margin-left: auto;margin-right: 10px;border-bottom: 1px dashed #22B7F2;" @click="setCookies(item)"><img src="../../assets/images/housesteadSurvey/list07.png" alt="" style="margin-right: 3px;">调查</p> |
|
|
|
<!-- <van-button plain round color="#FA5353" size="mini" v-if="item.houseDataConfirmStatus!='CONFIRMED'" style="vertical-align:middle;float:right;margin-right:10px" @click="deleteZjd(item,index)">删除</van-button>--> |
|
|
|
<p style="display: flex;align-items: center;color:#FA5353;font-size:12px;border-bottom: 1px dashed #FA5353;" @click="deleteZjd(item,index)"><img src="../../assets/images/housesteadSurvey/list08.png" alt="" style="margin-right: 3px;">删除</p> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
<!--<template #default> |
|
|
@@ -114,7 +114,7 @@ |
|
|
|
</template> |
|
|
|
|
|
|
|
<script> |
|
|
|
import {rhhcList,getQueryLand,getZjdzd,delZjdzdInfo,uploadFile,submitUploadImageList} from "@/api/homesteadSurvey/zjdzd"; |
|
|
|
import {rhhcList,getQueryLand,getZjdzd,delZjdzd,uploadFile,submitUploadImageList} from "@/api/homesteadSurvey/zjdzd"; |
|
|
|
import {addNh, delNh, exportNh, getNh, listNh, updateNh,setNhInfo} from "@/api/homesteadSurvey/nh"; |
|
|
|
import {addNhhncy, delNhhncy, exportNhhncy, getNhhncy, listNhhncy, updateNhhncy} from "@/api/homesteadSurvey/nhhncy"; |
|
|
|
import {listShyqr,setSyqrInfo} from "@/api/homesteadSurvey/shyqr"; |
|
|
@@ -633,15 +633,11 @@ |
|
|
|
}) |
|
|
|
.then(() => { |
|
|
|
// on confirm |
|
|
|
delZjdzdInfo(item).then(res => { |
|
|
|
delZjdzd(item.id).then(res => { |
|
|
|
if(res.code=="200"){ |
|
|
|
if(this.active==1){ |
|
|
|
this.list1.splice(index,1); |
|
|
|
}else if(this.active==2){ |
|
|
|
this.list2.splice(index,1); |
|
|
|
}else{ |
|
|
|
this.list.splice(index,1); |
|
|
|
} |
|
|
|
this.$notify({type: 'success', message: '删除成功'}); |
|
|
|
location.reload(); |
|
|
|
} |
|
|
|
}) |
|
|
|
}) |
|
|
|