seimin il y a 2 ans
Parent
commit
a788c8b8bd

+ 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
       // 移除