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()