From 0175299e9e784c56780243e4081bf299ab194bb2 Mon Sep 17 00:00:00 2001 From: nsgkyjk <759200926@qq.com> Date: Sat, 26 Mar 2022 16:03:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=85=E5=9F=BA=E5=9C=B0=E8=B0=83=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homesteadSurvey/index.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/homesteadSurvey/index.vue b/src/views/homesteadSurvey/index.vue index 4d17553f..d72ac2bb 100644 --- a/src/views/homesteadSurvey/index.vue +++ b/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 = []