Q-ABAB %!s(int64=2) %!d(string=hai) anos
pai
achega
573db66c50
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/activityManage/makerActvity.vue

+ 1 - 1
src/views/activityManage/makerActvity.vue

@@ -381,7 +381,7 @@ import beUpload from '../../components/tool/beUpload'
           this.endDialog=true;
         },
         ending(){   //完结提交
-          if(this.endTable.file=="")return this.$message.error("请上传完结报告");
+          if(this.endTable.file==""&&this.endTable.file==null)return this.$message.error("请上传完结报告");
           this.ajax.post(this.$store.state.api+"/UploadActivityFile",{
             uid:this.$store.state.userInfo.userid,
             aid:this.endTable.Id,