浏览代码

设置非专利文献上传不上传文件也可以成功

zhuliu 1 年之前
父节点
当前提交
b27328d185
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/report/InvalidResponse/components/dialog/editEvidence.vue

+ 1 - 1
src/views/report/InvalidResponse/components/dialog/editEvidence.vue

@@ -86,7 +86,7 @@ export default {
     submit(){
         this.$refs.form.validate((valid) => {
           if (valid) {
-            if(this.form.type == 1){
+            if(this.form.type == 1 && this.form.systemFile){
                 var guids = this.$commonJS.checkUploadFile([this.form.systemFile])
                 if(!guids){
                     return false