소스 검색

更新专利数据库

zhuliu 1 년 전
부모
커밋
b7ca12a22e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/project/components/drawer/form.vue

+ 1 - 1
src/views/project/components/drawer/form.vue

@@ -640,7 +640,7 @@ export default {
             
           }
          // 判断文件是否都上传完毕
-         var guids = this.$commonJS.checkUploadFile(this.ruleForm.systemFile)
+         var guids = this.$commonJS.checkUploadFile(this.ruleForm.systemFileList)
             if(!guids){
                 return false
             }