From 9da998dba5a440f34ec16e61f18c3c0dbb35290b Mon Sep 17 00:00:00 2001 From: yujk <990961482@qq.com> Date: Fri, 6 Aug 2021 11:40:37 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A1=AE=E6=9D=83=E8=B0=83=E6=9F=A5=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E7=AB=AF=E4=B8=8A=E4=BC=A0=E7=85=A7=E7=89=87=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/authenticRight/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/authenticRight/index.vue b/src/views/authenticRight/index.vue index 1dba3959..c385b9e5 100644 --- a/src/views/authenticRight/index.vue +++ b/src/views/authenticRight/index.vue @@ -1142,9 +1142,12 @@ this.xcdcform["lackCount"] = i if(this.xcdcform.fileUrl1.length>0){ this.xcdcform.fileUrl1 = location.protocol+"//"+location.host+request.defaults.baseURL+ this.xcdcform.fileUrl1.replace(location.protocol+"//"+location.host+request.defaults.baseURL,"") - + }else { + this.xcdcform.fileUrl1="" }if(this.xcdcform.fileUrl2.length>0){ this.xcdcform.fileUrl2 = location.protocol+"//"+location.host+request.defaults.baseURL+ this.xcdcform.fileUrl2.replace(location.protocol+"//"+location.host+request.defaults.baseURL,"") + }else { + this.xcdcform.fileUrl2="" } if(this.xcdcform.id){ updateInvestigate(this.xcdcform).then(res => {