소스 검색

BUG修复

seimin 2 년 전
부모
커밋
a788c8b8bd
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      components/changeSpeNum/changeSpeNum.vue
  2. 1 1
      components/nucleicAcidCollection/nucleicAcidCollection.vue

+ 1 - 1
components/changeSpeNum/changeSpeNum.vue

@@ -122,7 +122,7 @@
122 122
       // 获取上传状态
123 123
       selectFile(e) {
124 124
         console.log('选择文件:', e)
125
-        // this.imageValue = this.imageValue.concat(e.tempFiles);
125
+        this.imageValue = this.imageValue.concat(e.tempFiles);
126 126
       },
127 127
 
128 128
       // 移除

+ 1 - 1
components/nucleicAcidCollection/nucleicAcidCollection.vue

@@ -95,7 +95,7 @@
95 95
       // 获取上传状态
96 96
       selectFile(e) {
97 97
         console.log('选择文件:', e)
98
-        // this.imageValue = this.imageValue.concat(e.tempFiles);
98
+        this.imageValue = this.imageValue.concat(e.tempFiles);
99 99
       },
100 100
 
101 101
       // 移除