Q-ABAB 2 年之前
父節點
當前提交
573db66c50
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,