浏览代码

宅基地调查

wulanhaote
nsgkyjk 3 年前
父节点
当前提交
0175299e9e
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. +4
    -2
      src/views/homesteadSurvey/index.vue

+ 4
- 2
src/views/homesteadSurvey/index.vue 查看文件

@@ -351,7 +351,7 @@
}
},
setCookies(item){
if(this.$cookies.get("upload")==null||this.$cookies.get("upload")==0){
/* if(this.$cookies.get("upload")==null||this.$cookies.get("upload")==0){
Dialog.confirm({
title: '提示',
message: '当前未选择批量上传,可能会由于网络原因上传图片缓慢,是否继续?',
@@ -367,7 +367,9 @@
}else{
this.$router.push({name:'homesteadList'})
this.$cookies.set("item",JSON.stringify(item));
}
}*/
this.$router.push({name:'homesteadList'})
this.$cookies.set("item",JSON.stringify(item));
},
getList() {
this.totalList = []


正在加载...
取消
保存