浏览代码

提交测试

user5 2 年之前
父节点
当前提交
796f4fb772
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/modules/program/registered/ProjectArchiveForm.vue

+ 1 - 0
src/views/modules/program/registered/ProjectArchiveForm.vue

@@ -801,6 +801,7 @@
           this.inputForm.auditDate = this.moment(new Date()).format('YYYY-MM-DD HH:mm:ss')
         }
         this.$refs['inputForm'].validate((valid) => {
+          console.log('')
           if (valid) {
             this.loading = true
             this.inputForm.reportFileList = this.$refs.uploadComponentReport.getDataList()