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