Jelajahi Sumber

编辑专利数据库bug

zhuliu 1 tahun lalu
induk
melakukan
54f96111ce
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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