浏览代码

宅基地调查

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,


正在加载...
取消
保存