소스 검색

编辑专利数据库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