Explorar el Código

更新专利数据库

zhuliu hace 1 año
padre
commit
b7ca12a22e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
             }