浏览代码

更新专利数据库

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
             }