소스 검색

宅基地调查

wulanhaote
nsgkyjk 3 년 전
부모
커밋
c077609743
1개의 변경된 파일2개의 추가작업 그리고 6개의 파일을 삭제
  1. +2
    -6
      src/views/homesteadSurvey/list.vue

+ 2
- 6
src/views/homesteadSurvey/list.vue 파일 보기

@@ -1572,7 +1572,6 @@
}else{
this.list.splice(index,1);
}

}
})
})
@@ -1620,6 +1619,7 @@
delNh(item.id).then(res => {
if(res.code=="200"){
this.nhlist.splice(index,1);
this.totalH--
}
})
})
@@ -1683,6 +1683,7 @@
delNhhncy(id).then(res => {
if(res.code=="200"){
this.hncylist.splice(index,1);
this.totalR--
}
})
})
@@ -2710,7 +2711,6 @@
duration:"1000",
onClose:function(){
_this.totalR+=1
_this.totalH+=1
_this.showhncy = false
let params = {
"nhdm":_this.form5.nhdm,
@@ -2735,7 +2735,6 @@
duration:"1000",
onClose:function(){
_this.totalR+=1
_this.totalH+=1
_this.showhncy = false
let params = {
"nhdm":_this.form5.nhdm,
@@ -2764,7 +2763,6 @@
duration:"1000",
onClose:function(){
_this.totalR+=1
_this.totalH+=1
_this.showhncy = false
let params = {
"nhdm":_this.form5.nhdm,
@@ -2789,7 +2787,6 @@
duration:"1000",
onClose:function(){
_this.totalR+=1
_this.totalH+=1
_this.showhncy = false
let params = {
"nhdm":_this.form5.nhdm,
@@ -2811,7 +2808,6 @@
duration:"1000",
onClose:function(){
_this.totalR+=1
_this.totalH+=1
_this.showhncy = false
let params = {
"nhdm":_this.form5.nhdm,


불러오는 중...
취소
저장