Ver Fonte

编辑专利数据库bug

zhuliu há 1 ano atrás
pai
commit
54f96111ce
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/project/components/drawer/form.vue

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

@@ -600,7 +600,7 @@ export default {
             if(!guids){
                 return false
             }
-            this.form.fileGuids = guids
+            this.ruleForm.fileGuids = guids
           if (this.ruleForm.id) {
             this.$api.updatePatentProject(this.ruleForm).then(response => {
               this.loading = false