|
@@ -53,7 +53,7 @@ |
|
|
<van-icon name="add" color="rgba(122,201,67,1)" size=".8rem" @click="onClickzjd" style="vertical-align:middle;"/> |
|
|
<van-icon name="add" color="rgba(122,201,67,1)" size=".8rem" @click="onClickzjd" style="vertical-align:middle;"/> |
|
|
</template> |
|
|
</template> |
|
|
</van-search> |
|
|
</van-search> |
|
|
<van-tabs v-model="active" title-active-color="#7AC943" color="#7AC943" swipeable animated @click="getZjdList"> |
|
|
|
|
|
|
|
|
<van-tabs v-model="active" title-active-color="#7AC943" color="#7AC943" @click="getZjdList"> |
|
|
<van-tab > |
|
|
<van-tab > |
|
|
<template #title>全部<van-badge v-if="qbNums>=0" :content="qbNums" /></template> |
|
|
<template #title>全部<van-badge v-if="qbNums>=0" :content="qbNums" /></template> |
|
|
<!--<van-pull-refresh v-model="isLoadingzjd" @refresh="onRefreshzjd">--> |
|
|
<!--<van-pull-refresh v-model="isLoadingzjd" @refresh="onRefreshzjd">--> |
|
@@ -63,18 +63,19 @@ |
|
|
finished-text="没有更多了" |
|
|
finished-text="没有更多了" |
|
|
@load="onRefreshzjd" |
|
|
@load="onRefreshzjd" |
|
|
> |
|
|
> |
|
|
<van-cell v-for="(item,index) in list" :key="index" size="small" @click.native="setCookies(item)" :to="{name:'homesteadAdd'}" style="border-radius: 16px; |
|
|
|
|
|
|
|
|
<van-cell v-for="(item,index) in list" :key="index" size="small" @click.native="setCookies(item)" :clickable="true" style="border-radius: 16px; |
|
|
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16); width:calc( 100% - 40px);margin:20px"> |
|
|
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16); width:calc( 100% - 40px);margin:20px"> |
|
|
<template #title> |
|
|
<template #title> |
|
|
<p v-if="item.syqr!=null&&item.syqr!=''" style="color:#22B7F2">{{limitWords(item.syqr)}} |
|
|
<p v-if="item.syqr!=null&&item.syqr!=''" style="color:#22B7F2">{{limitWords(item.syqr)}} |
|
|
<van-button v-if="item.houseDataConfirmStatus=='CONFIRMED'" plain round color="#7AC943" size="mini" style="vertical-align:middle;float:right;">查看详情</van-button> |
|
|
|
|
|
<van-button v-if="item.houseDataConfirmStatus!='CONFIRMED'"plain round color="#FA5353" size="mini" style="vertical-align:middle;float:right;">开始调查</van-button> |
|
|
|
|
|
|
|
|
<van-button v-if="item.houseDataConfirmStatus=='CONFIRMED'" plain round color="#7AC943" size="mini" style="vertical-align:middle;float:right;" :to="{name:'homesteadAdd'}" >查看详情</van-button> |
|
|
|
|
|
<van-button v-if="item.houseDataConfirmStatus!='CONFIRMED'"plain round color="#FA5353" size="mini" style="vertical-align:middle;float:right;" :to="{name:'homesteadAdd'}" >开始调查</van-button> |
|
|
|
|
|
<van-button plain round color="#FA5353" size="mini" style="vertical-align:middle;float:right;margin-right:10px" @click="deleteZjd(item,index)">删除</van-button> |
|
|
</p> |
|
|
</p> |
|
|
<p v-if="item.syqr==null||item.syqr==''" style="color:#878787">无 |
|
|
<p v-if="item.syqr==null||item.syqr==''" style="color:#878787">无 |
|
|
<van-button v-if="item.houseDataConfirmStatus=='CONFIRMED'" plain round color="#7AC943" size="mini" style="vertical-align:middle;float:right;">查看详情</van-button> |
|
|
|
|
|
<van-button v-if="item.houseDataConfirmStatus!='CONFIRMED'"plain round color="#FA5353" size="mini" style="vertical-align:middle;float:right;">开始调查</van-button> |
|
|
|
|
|
|
|
|
<van-button v-if="item.houseDataConfirmStatus=='CONFIRMED'" plain round color="#7AC943" size="mini" style="vertical-align:middle;float:right;" :to="{name:'homesteadAdd'}" >查看详情</van-button> |
|
|
|
|
|
<van-button v-if="item.houseDataConfirmStatus!='CONFIRMED'"plain round color="#FA5353" size="mini" style="vertical-align:middle;float:right;" :to="{name:'homesteadAdd'}" >开始调查</van-button> |
|
|
|
|
|
<van-button plain round color="#FA5353" size="mini" style="vertical-align:middle;float:right;margin-right:10px" @click="deleteZjd(item,index)">删除</van-button> |
|
|
</p> |
|
|
</p> |
|
|
|
|
|
|
|
|
</template> |
|
|
</template> |
|
|
<!--<template #default> |
|
|
<!--<template #default> |
|
|
|
|
|
|
|
@@ -99,16 +100,18 @@ |
|
|
finished-text="没有更多了" |
|
|
finished-text="没有更多了" |
|
|
@load="onRefreshzjd" |
|
|
@load="onRefreshzjd" |
|
|
> |
|
|
> |
|
|
<van-cell v-for="(item,index) in list1" :key="index" size="small" @click.native="setCookies(item)" :to="{name:'homesteadAdd'}" style="border-radius: 16px; |
|
|
|
|
|
|
|
|
<van-cell v-for="(item,index) in list1" :key="index" size="small" @click.native="setCookies(item)" style="border-radius: 16px; |
|
|
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16); width:calc( 100% - 40px);margin:20px"> |
|
|
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16); width:calc( 100% - 40px);margin:20px"> |
|
|
<template #title> |
|
|
<template #title> |
|
|
<p v-if="item.syqr!=null&&item.syqr!=''" style="color:#22B7F2">{{limitWords(item.syqr)}} |
|
|
<p v-if="item.syqr!=null&&item.syqr!=''" style="color:#22B7F2">{{limitWords(item.syqr)}} |
|
|
<van-button v-if="item.houseDataConfirmStatus=='CONFIRMED'" plain round color="#7AC943" size="mini" style="vertical-align:middle;float:right;">查看详情</van-button> |
|
|
|
|
|
<van-button v-if="item.houseDataConfirmStatus!='CONFIRMED'"plain round color="#FA5353" size="mini" style="vertical-align:middle;float:right;">开始调查</van-button> |
|
|
|
|
|
|
|
|
<van-button v-if="item.houseDataConfirmStatus=='CONFIRMED'" plain round color="#7AC943" size="mini" style="vertical-align:middle;float:right;" :to="{name:'homesteadAdd'}">查看详情</van-button> |
|
|
|
|
|
<van-button v-if="item.houseDataConfirmStatus!='CONFIRMED'"plain round color="#FA5353" size="mini" style="vertical-align:middle;float:right;" :to="{name:'homesteadAdd'}">开始调查</van-button> |
|
|
|
|
|
<van-button plain round color="#FA5353" size="mini" style="vertical-align:middle;float:right;margin-right:10px" @click="deleteZjd(item,index)">删除</van-button> |
|
|
</p> |
|
|
</p> |
|
|
<p v-if="item.syqr==null||item.syqr==''" style="color:#878787">无 |
|
|
<p v-if="item.syqr==null||item.syqr==''" style="color:#878787">无 |
|
|
<van-button v-if="item.houseDataConfirmStatus=='CONFIRMED'" plain round color="#7AC943" size="mini" style="vertical-align:middle;float:right;">查看详情</van-button> |
|
|
|
|
|
<van-button v-if="item.houseDataConfirmStatus!='CONFIRMED'"plain round color="#FA5353" size="mini" style="vertical-align:middle;float:right;">开始调查</van-button> |
|
|
|
|
|
|
|
|
<van-button v-if="item.houseDataConfirmStatus=='CONFIRMED'" plain round color="#7AC943" size="mini" style="vertical-align:middle;float:right;" :to="{name:'homesteadAdd'}">查看详情</van-button> |
|
|
|
|
|
<van-button v-if="item.houseDataConfirmStatus!='CONFIRMED'"plain round color="#FA5353" size="mini" style="vertical-align:middle;float:right;" :to="{name:'homesteadAdd'}">开始调查</van-button> |
|
|
|
|
|
<van-button plain round color="#FA5353" size="mini" style="vertical-align:middle;float:right;margin-right:10px" @click="deleteZjd(item,index)">删除</van-button> |
|
|
</p> |
|
|
</p> |
|
|
</template> |
|
|
</template> |
|
|
<!--<template #default> |
|
|
<!--<template #default> |
|
@@ -135,16 +138,18 @@ |
|
|
finished-text="没有更多了" |
|
|
finished-text="没有更多了" |
|
|
@load="onRefreshzjd" |
|
|
@load="onRefreshzjd" |
|
|
> |
|
|
> |
|
|
<van-cell v-for="(item,index) in list2" :key="index" size="small" @click.native="setCookies(item)" :to="{name:'homesteadAdd'}" style="border-radius: 16px; |
|
|
|
|
|
|
|
|
<van-cell v-for="(item,index) in list2" :key="index" size="small" @click.native="setCookies(item)" style="border-radius: 16px; |
|
|
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16); width:calc( 100% - 40px);margin:20px"> |
|
|
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16); width:calc( 100% - 40px);margin:20px"> |
|
|
<template #title> |
|
|
<template #title> |
|
|
<p v-if="item.syqr!=null&&item.syqr!=''" style="color:#22B7F2">{{limitWords(item.syqr)}} |
|
|
<p v-if="item.syqr!=null&&item.syqr!=''" style="color:#22B7F2">{{limitWords(item.syqr)}} |
|
|
<van-button v-if="item.houseDataConfirmStatus=='CONFIRMED'" plain round color="#7AC943" size="mini" style="vertical-align:middle;float:right;">查看详情</van-button> |
|
|
|
|
|
<van-button v-if="item.houseDataConfirmStatus!='CONFIRMED'"plain round color="#FA5353" size="mini" style="vertical-align:middle;float:right;">开始调查</van-button> |
|
|
|
|
|
|
|
|
<van-button v-if="item.houseDataConfirmStatus=='CONFIRMED'" plain round color="#7AC943" size="mini" style="vertical-align:middle;float:right;" :to="{name:'homesteadAdd'}">查看详情</van-button> |
|
|
|
|
|
<van-button v-if="item.houseDataConfirmStatus!='CONFIRMED'"plain round color="#FA5353" size="mini" style="vertical-align:middle;float:right;" :to="{name:'homesteadAdd'}">开始调查</van-button> |
|
|
|
|
|
<van-button plain round color="#FA5353" size="mini" style="vertical-align:middle;float:right;margin-right:10px" @click="deleteZjd(item,index)">删除</van-button> |
|
|
</p> |
|
|
</p> |
|
|
<p v-if="item.syqr==null||item.syqr==''" style="color:#878787">无 |
|
|
<p v-if="item.syqr==null||item.syqr==''" style="color:#878787">无 |
|
|
<van-button v-if="item.houseDataConfirmStatus=='CONFIRMED'" plain round color="#7AC943" size="mini" style="vertical-align:middle;float:right;">查看详情</van-button> |
|
|
|
|
|
<van-button v-if="item.houseDataConfirmStatus!='CONFIRMED'"plain round color="#FA5353" size="mini" style="vertical-align:middle;float:right;">开始调查</van-button> |
|
|
|
|
|
|
|
|
<van-button v-if="item.houseDataConfirmStatus=='CONFIRMED'" plain round color="#7AC943" size="mini" style="vertical-align:middle;float:right;" :to="{name:'homesteadAdd'}">查看详情</van-button> |
|
|
|
|
|
<van-button v-if="item.houseDataConfirmStatus!='CONFIRMED'"plain round color="#FA5353" size="mini" style="vertical-align:middle;float:right;" :to="{name:'homesteadAdd'}">开始调查</van-button> |
|
|
|
|
|
<van-button plain round color="#FA5353" size="mini" style="vertical-align:middle;float:right;margin-right:10px" @click="deleteZjd(item,index)">删除</van-button> |
|
|
</p> |
|
|
</p> |
|
|
</template> |
|
|
</template> |
|
|
<!--<template #default> |
|
|
<!--<template #default> |
|
@@ -174,9 +179,9 @@ |
|
|
<van-cell v-for="(item,index) in nhlist" :key="index" size="small" style="border-radius: 16px;box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16); width:calc( 100% - 40px);margin:20px"> |
|
|
<van-cell v-for="(item,index) in nhlist" :key="index" size="small" style="border-radius: 16px;box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16); width:calc( 100% - 40px);margin:20px"> |
|
|
<template #title> |
|
|
<template #title> |
|
|
<p style="color:#22B7F2">{{item.hzxm}} |
|
|
<p style="color:#22B7F2">{{item.hzxm}} |
|
|
|
|
|
|
|
|
<van-button plain round color="#7AC943" size="mini" style="vertical-align:middle;float:right;margin-left:10px;" @click="showPopuphncylist(item)">查看成员</van-button> |
|
|
<van-button plain round color="#7AC943" size="mini" style="vertical-align:middle;float:right;margin-left:10px;" @click="showPopuphncylist(item)">查看成员</van-button> |
|
|
<van-button plain round color="#7AC943" size="mini" style="vertical-align:middle;float:right;" @click="showPopupnh(item)">查看户主</van-button> |
|
|
|
|
|
|
|
|
<van-button plain round color="#7AC943" size="mini" style="vertical-align:middle;float:right;margin-left:10px;" @click="showPopupnh(item)">查看户主</van-button> |
|
|
|
|
|
<van-button plain round color="#FA5353" size="mini" style="vertical-align:middle;float:right;" @click="deletenh(item,index)">删除</van-button> |
|
|
</p> |
|
|
</p> |
|
|
</template> |
|
|
</template> |
|
|
<!-- <template #default> |
|
|
<!-- <template #default> |
|
@@ -931,7 +936,8 @@ |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<template #right> |
|
|
<template #right> |
|
|
<van-button square text="删除" type="danger" style="height:100%" class="delete-button" @click="deletehncy(item.id,index)" /> |
|
|
|
|
|
|
|
|
<van-button square text="设为户主" type="primary" style="height:100%" @click="setNh(item,index)"/> |
|
|
|
|
|
<van-button square text="删除" type="danger" style="height:100%" @click="deletehncy(item.id,index)" /> |
|
|
</template> |
|
|
</template> |
|
|
</van-swipe-cell> |
|
|
</van-swipe-cell> |
|
|
<div style="border-radius: 16px;box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16); width:calc( 100% - 40px);margin:20px;background:#fff;padding:20px;"> |
|
|
<div style="border-radius: 16px;box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16); width:calc( 100% - 40px);margin:20px;background:#fff;padding:20px;"> |
|
@@ -1184,10 +1190,10 @@ |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
|
<script> |
|
|
<script> |
|
|
import {listZjdzd,getQueryLand,getZjdzd} from "@/api/homesteadSurvey/zjdzd"; |
|
|
|
|
|
import {addNh, delNh, exportNh, getNh, listNh, updateNh} from "@/api/homesteadSurvey/nh"; |
|
|
|
|
|
|
|
|
import {listZjdzd,getQueryLand,getZjdzd,delZjdzdInfo} 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 {addNhhncy, delNhhncy, exportNhhncy, getNhhncy, listNhhncy, updateNhhncy} from "@/api/homesteadSurvey/nhhncy"; |
|
|
import {listShyqr} from "@/api/homesteadSurvey/shyqr"; |
|
|
|
|
|
|
|
|
import {listShyqr,setSyqrInfo} from "@/api/homesteadSurvey/shyqr"; |
|
|
import {listSuyqr,updateSuyqr,addSuyqr} from "@/api/homesteadSurvey/suyqr"; |
|
|
import {listSuyqr,updateSuyqr,addSuyqr} from "@/api/homesteadSurvey/suyqr"; |
|
|
import {listZrz,getZrzZjdDmList,getZrz} from "@/api/homesteadSurvey/zrz"; |
|
|
import {listZrz,getZrzZjdDmList,getZrz} from "@/api/homesteadSurvey/zrz"; |
|
|
import {listFsss,getFsssZjdDmList,getFsss} from "@/api/homesteadSurvey/fsss"; |
|
|
import {listFsss,getFsssZjdDmList,getFsss} from "@/api/homesteadSurvey/fsss"; |
|
@@ -1357,6 +1363,7 @@ |
|
|
//地图跳转存之 |
|
|
//地图跳转存之 |
|
|
mapAddJump:"", |
|
|
mapAddJump:"", |
|
|
mapAddJumpNum:"", |
|
|
mapAddJumpNum:"", |
|
|
|
|
|
nhdm:"" |
|
|
}; |
|
|
}; |
|
|
}, |
|
|
}, |
|
|
mounted(){ |
|
|
mounted(){ |
|
@@ -1421,6 +1428,122 @@ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
methods: { |
|
|
methods: { |
|
|
|
|
|
deleteZjd(item,index){ |
|
|
|
|
|
Dialog.confirm({ |
|
|
|
|
|
title: '警告', |
|
|
|
|
|
message: '将删除与此宅基地关联的使用权人,自然幢,房屋,附属设施等所有信息,同时删除后无法恢复,确认删除么?', |
|
|
|
|
|
}) |
|
|
|
|
|
.then(() => { |
|
|
|
|
|
// on confirm |
|
|
|
|
|
delZjdzdInfo(item).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); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
}) |
|
|
|
|
|
}) |
|
|
|
|
|
.catch(() => { |
|
|
|
|
|
// on cancel |
|
|
|
|
|
}); |
|
|
|
|
|
}, |
|
|
|
|
|
//删除户主 |
|
|
|
|
|
deletenh(item,index){ |
|
|
|
|
|
let yes = true |
|
|
|
|
|
let params={ |
|
|
|
|
|
nhdm : item.nhdm, |
|
|
|
|
|
deptId: item.deptId |
|
|
|
|
|
} |
|
|
|
|
|
listNhhncy(params).then((res) => { |
|
|
|
|
|
console.log(res.rows.length) |
|
|
|
|
|
if(res.rows.length>0){ |
|
|
|
|
|
yes = false |
|
|
|
|
|
this.$toast({ |
|
|
|
|
|
icon: 'error', // 找到自己需要的图标 |
|
|
|
|
|
message: '无法删除,此户主存在户内成员!', |
|
|
|
|
|
duration:"1000", |
|
|
|
|
|
onClose:function(){ |
|
|
|
|
|
} |
|
|
|
|
|
}) |
|
|
|
|
|
}else{ |
|
|
|
|
|
listShyqr(params).then((res) => { |
|
|
|
|
|
if(res.rows.length>0){ |
|
|
|
|
|
yes = false |
|
|
|
|
|
this.$toast({ |
|
|
|
|
|
icon: 'error', // 找到自己需要的图标 |
|
|
|
|
|
message: '无法删除,此户主已经成为使用权人!', |
|
|
|
|
|
duration:"1000", |
|
|
|
|
|
onClose:function(){ |
|
|
|
|
|
} |
|
|
|
|
|
}) |
|
|
|
|
|
}else{ |
|
|
|
|
|
if(yes){ |
|
|
|
|
|
Dialog.confirm({ |
|
|
|
|
|
title: '警告', |
|
|
|
|
|
message: '删除后无法恢复,确认删除么?', |
|
|
|
|
|
}) |
|
|
|
|
|
.then(() => { |
|
|
|
|
|
// on confirm |
|
|
|
|
|
delNh(item.id).then(res => { |
|
|
|
|
|
if(res.code=="200"){ |
|
|
|
|
|
this.nhlist.splice(index,1); |
|
|
|
|
|
} |
|
|
|
|
|
}) |
|
|
|
|
|
}) |
|
|
|
|
|
.catch(() => { |
|
|
|
|
|
// on cancel |
|
|
|
|
|
}); |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
}); |
|
|
|
|
|
} |
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
|
// 设为户主 |
|
|
|
|
|
setNh(item,index){ |
|
|
|
|
|
Dialog.confirm({ |
|
|
|
|
|
title: '警告', |
|
|
|
|
|
message: '此操作将删除原户主,并将此成员设为新户主,是否确认操作?', |
|
|
|
|
|
}) |
|
|
|
|
|
.then(() => { |
|
|
|
|
|
// on confirm |
|
|
|
|
|
delNhhncy(item.id).then(res => { |
|
|
|
|
|
if(res.code=="200"){ |
|
|
|
|
|
this.hncylist.splice(index,1); |
|
|
|
|
|
} |
|
|
|
|
|
}) |
|
|
|
|
|
// 更新户主信息 |
|
|
|
|
|
let pnh = { |
|
|
|
|
|
deptId : item.deptId, |
|
|
|
|
|
nhdm : item.nhdm, |
|
|
|
|
|
hzxm:item.xm, |
|
|
|
|
|
hzzjlx :item.zjlx, |
|
|
|
|
|
hzzjhm :item.zjhm |
|
|
|
|
|
} |
|
|
|
|
|
setNhInfo(pnh).then(res => { |
|
|
|
|
|
}) |
|
|
|
|
|
// 更新使用权人 |
|
|
|
|
|
let psyqr = { |
|
|
|
|
|
deptId : item.deptId, |
|
|
|
|
|
nhdm : item.nhdm, |
|
|
|
|
|
shyqrdbxm : item.xm, |
|
|
|
|
|
shyqrdbzjlx : item.zjlx, |
|
|
|
|
|
shyqrdbzjhm : item.zjhm, |
|
|
|
|
|
xb : item.xb |
|
|
|
|
|
} |
|
|
|
|
|
setSyqrInfo(psyqr).then(res => { |
|
|
|
|
|
}) |
|
|
|
|
|
}) |
|
|
|
|
|
.catch(() => { |
|
|
|
|
|
// on cancel |
|
|
|
|
|
}); |
|
|
|
|
|
}, |
|
|
//删除户内成员 |
|
|
//删除户内成员 |
|
|
deletehncy(id,index){ |
|
|
deletehncy(id,index){ |
|
|
Dialog.confirm({ |
|
|
Dialog.confirm({ |
|
@@ -1849,8 +1972,8 @@ |
|
|
this.showhncy = true |
|
|
this.showhncy = true |
|
|
if(item.id==null||item.id==""){ |
|
|
if(item.id==null||item.id==""){ |
|
|
this.form5 = { |
|
|
this.form5 = { |
|
|
"nhdm":this.nhform.nhdm, |
|
|
|
|
|
"deptId":this.nhform.deptId, |
|
|
|
|
|
|
|
|
"nhdm":this.nhdm, |
|
|
|
|
|
"deptId":this.item.deptId, |
|
|
"zjlx":'01', |
|
|
"zjlx":'01', |
|
|
"zjlxName":"身份证", |
|
|
"zjlxName":"身份证", |
|
|
"yhzgx":"14", |
|
|
"yhzgx":"14", |
|
@@ -1965,6 +2088,7 @@ |
|
|
duration:"1000" |
|
|
duration:"1000" |
|
|
}) |
|
|
}) |
|
|
}else{ |
|
|
}else{ |
|
|
|
|
|
this.nhdm = item.nhdm |
|
|
this.showhncylist = true |
|
|
this.showhncylist = true |
|
|
let params = { |
|
|
let params = { |
|
|
"nhdm":item.nhdm, |
|
|
"nhdm":item.nhdm, |
|
|