Преглед на файлове

编辑专利数据库bug

zhuliu преди 1 година
родител
ревизия
54f96111ce
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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